3 references to MaxLinesProperty
Microsoft.Maui.Controls (3)
Label\Label.cs (2)
224
get => (int)GetValue(
MaxLinesProperty
);
225
set => SetValue(
MaxLinesProperty
, value);
Properties\AssemblyInfo.cs (1)
111
[assembly: StyleProperty("max-lines", typeof(Label), nameof(Label.
MaxLinesProperty
))]