3 references to LineHeightProperty
Microsoft.Maui.Controls (2)
Label\Label.cs (2)
217
get { return (double)GetValue(
LineHeightProperty
); }
218
set { SetValue(
LineHeightProperty
, value); }
Microsoft.Maui.Controls.Compatibility (1)
Tizen\Renderers\LabelRenderer.cs (1)
21
RegisterPropertyHandler(Label.
LineHeightProperty
, UpdateLineHeight);