Padding.Horizontal 屬性

定義

取得右邊緣和左邊緣的合併邊框距離。

public:
 property int Horizontal { int get(); };
[System.ComponentModel.Browsable(false)]
public int Horizontal { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Horizontal : int
Public ReadOnly Property Horizontal As Integer

屬性值

Int32

取得 LeftRight 邊框距離值的總和 (以像素為單位)。

屬性

備註

這個屬性方便用於許多版面配置計算。

適用於

另請參閱