SearchBar.FontSize プロパティ

定義

検索バーにあるテキストのフォントのサイズを取得します。

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

プロパティ値

属性

適用対象