次の方法で共有


Grid.RowSpacing プロパティ

定義

Grid 内の行間の領域を取得または設定します。 これはバインド可能なプロパティです。

public:
 property double RowSpacing { double get(); void set(double value); };
public double RowSpacing { get; set; }
member this.RowSpacing : double with get, set
Public Property RowSpacing As Double

プロパティ値

この Grid レイアウトの行間のスペース。 既定値は 0 です。

適用対象