Layout.Padding 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定版面配置的內部邊框間距。 默認值為 Thickness ,且所有值都設定為0。
public:
property Microsoft::Maui::Thickness Padding { Microsoft::Maui::Thickness get(); void set(Microsoft::Maui::Thickness value); };
public Microsoft.Maui.Thickness Padding { get; set; }
member this.Padding : Microsoft.Maui.Thickness with get, set
Public Property Padding As Thickness
屬性值
版面配置的粗細值。 默認值為 [粗細],且所有值都設定為 0。
備註
填補是版面配置界限與其子系應該排列所在的周框區域之間的空間。