共用方式為


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。

適用於