DataGridColumnStyle.FontHeight 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
protected:
property int FontHeight { int get(); };
protected int FontHeight { get; }
member this.FontHeight : int
Protected ReadOnly Property FontHeight As Integer
屬性值
字型高度,單位為像素。 如果尚未設定字型高度,屬性將傳回 DataGrid 控制項的字型高度;如果尚未設定這個屬性,將傳回 DataGrid 控制項的預設字型高度值。
適用於