TableStyle.CellPadding 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定儲存格內容和其框線之間的間距。
public:
virtual property int CellPadding { int get(); void set(int value); };
[System.ComponentModel.Bindable(true)]
public virtual int CellPadding { get; set; }
public virtual int CellPadding { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.CellPadding : int with get, set
member this.CellPadding : int with get, set
Public Overridable Property CellPadding As Integer
屬性值
儲存格內容和其框線之間的距離 (以像素為單位)。 預設值為 -1
,表示這個屬性尚未設定。
- 屬性
例外狀況
指定的距離設定為小於 -1
的值。
備註
您 CellPadding 可以使用屬性來控制儲存格內容與儲存格框線之間的間距。 指定的填補數量會加入至儲存格的所有四邊。
資料列控制項相同資料行中的所有資料格共用相同的儲存格寬度。 因此,如果某個資料格的內容長度超過相同資料行中其他資料格的內容,則會將填補數量套用到最寬的資料格。 資料行中的所有其他資料格也會使用此資料格寬度進行設定。
同樣地,相同資料列中的所有資料格也會共用相同的高度。 填補數量會套用至資料列中最高資料格的高度。 相同資料列中的所有其他資料格都會設定此資料格高度。 無法指定個別資料格的大小。
這個屬性的值會儲存在 view 狀態中。