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