PowerTools PlusPak for Windows Forms 8.0J
RowSpacing プロパティ

ボタンの行間の距離を取得または設定します。
構文
Public Property RowSpacing As Integer
public int RowSpacing {get; set;}

プロパティ値

Int データ型。ピクセル単位。デフォルト値は 0 です。
解説

RowSpacingプロパティは、ボタンの行間の距離をピクセル単位で設定します。

ボタンの各列間とグループ間の間隔は、それぞれColumnSpacingプロパティとGroupSpacingプロパティで設定します。

プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

GcClassicFunctionKey クラス
GcClassicFunctionKey メンバ

Send Feedback