Implemented interface member:
property
FontSize
Microsoft.Maui.Controls.Internals.IFontElement.FontSize
2 writes to FontSize
Microsoft.Maui.Controls (2)
TitleBar\TitleBar.cs (2)
421 FontSize = 12, 474 FontSize = 12,
2 references to FontSize
Microsoft.Maui.Controls (1)
Label\Label.cs (1)
35 /// <summary>Bindable property for <see cref="FontSize"/>.</summary>
Microsoft.Maui.Controls.Compatibility (1)
Tizen\Renderers\LabelRenderer.cs (1)
98 Control.FontSize = Element.FontSize.ToPoint();