5 references to LineHeightProperty
Microsoft.Maui.Controls (5)
Label\Label.cs (1)
102
public static readonly BindableProperty LineHeightProperty = LineHeightElement.
LineHeightProperty
;
Properties\AssemblyInfo.cs (1)
129
[assembly: StyleProperty("line-height", typeof(ILineHeightElement), nameof(LineHeightElement.
LineHeightProperty
), Inherited = true)]
Span.cs (3)
103
public static readonly BindableProperty LineHeightProperty = LineHeightElement.
LineHeightProperty
;
143
get { return (double)GetValue(LineHeightElement.
LineHeightProperty
); }
144
set { SetValue(LineHeightElement.
LineHeightProperty
, value); }