PowerTools MultiRow for Windows Forms 8.0J
Padding プロパティ (CellNoteStyle)

CellNote の境界とその内容との間隔を取得または設定します。
構文
Public Property Padding As Padding
public Padding Padding {get; set;}

プロパティ値

CellNote の境界とその内容との間隔を表す System.Windows.Forms.Padding 値。既定値は、Left、Top、Right、Bottom の各プロパティの値が -1 に設定された System.Windows.Forms.Padding です。
例外
例外解説
System.ArgumentException Top、Bottom、Left、Right の値が 0 未満ですが、-1 ではありません。
解説
Top、Bottom、Left、Right のいずれかの値が 0 未満でない場合、0 未満の値が設定されたプロパティは 0 に調整されます。
参照

CellNoteStyle クラス
CellNoteStyle メンバ

 

 


© 2008-2015 GrapeCity inc. All rights reserved.