次の方法で共有


Layout.Padding プロパティ

定義

レイアウトの内部パディングを取得または設定します。 既定値は、すべての値が 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

プロパティ値

注釈

パディングは、レイアウトの境界と、その子を配置する境界領域の間のスペースです。

適用対象