SearchBar.FontSize Property

Definition

Gets the size of the font for the text in the searchbar.

public:
 property double FontSize { double get(); void set(double value); };
public double FontSize { get; set; }
[System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Controls.FontSizeConverter))]
public double FontSize { get; set; }
member this.FontSize : double with 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