Share via


RadioButton.FontSize Property

Definition

Gets or sets the size of the font. This is a bindable property.

public:
 property double FontSize { double get(); void set(double value); };
[System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Controls.FontSizeConverter))]
public double FontSize { get; set; }
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Controls.FontSizeConverter))>]
member this.FontSize : double with get, set
Public Property FontSize As Double

Property Value

The font size. The default is the platform default font size.

Attributes

Applies to