InputView.FontSize Property

Definition

Gets or sets the size of the font for the text of this entry. 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

Attributes

Applies to