DataGridColumnStyle.FontHeight Propriedade
Definição
Obtém a altura da fonte da coluna.Gets the height of the column's font.
protected:
property int FontHeight { int get(); };
protected int FontHeight { get; }
member this.FontHeight : int
Protected ReadOnly Property FontHeight As Integer
Valor da propriedade
A altura da fonte, em pixels.The height of the font, in pixels. Se nenhuma altura de fonte tiver sido definida, a propriedade retornará a DataGrid altura da fonte do controle; se essa propriedade não tiver sido definida, o valor da altura da fonte padrão para o DataGrid controle será retornado.If no font height has been set, the property returns the DataGrid control's font height; if that property hasn't been set, the default font height value for the DataGrid control is returned.