FontSize Property
Gets or sets the font size.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)
- C#
- VB
- F#
[DefaultValueAttribute(NaN)]
public double FontSize { get; set; }
<DefaultValueAttribute(NaN)>
Public Property FontSize As Double
Get
Set
[<DefaultValueAttribute(NaN)>]
member FontSize : float with get, set