Padding.Left プロパティ
定義
左端の埋め込み値を取得または設定します。Gets or sets the padding value for the left edge.
public:
property int Left { int get(); void set(int value); };
public int Left { get; set; }
member this.Left : int with get, set
Public Property Left As Integer
プロパティ値
左端の埋め込み (ピクセル単位)。The padding, in pixels, for the left edge.
注釈
この値を設定すると、 Allプロパティを変更することもできます。Setting this value can also alter the All property.