Padding.Vertical 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得上邊緣和下邊緣的合併邊框距離。
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
屬性值
取得 Top 和 Bottom 邊框距離值的總和 (以像素為單位)。
- 屬性
備註
此屬性方便用於許多版面配置計算。