Share via


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。

備註

屬性 RowSpacing 不會控制版面配置頂端和下邊緣的 Grid 間距。 應用程式開發人員可以藉由設定Padding其所屬視覺Grid元素的 屬性,來控制版面配置外部的間距。

適用於