Padding.Vertical 屬性

定義

取得上邊緣和下邊緣的合併邊框距離。

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

屬性值

Int32

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

屬性

備註

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

適用於

另請參閱