3 references to MinimumHeightProperty
Microsoft.Maui.Controls (3)
Window\Window.cs (3)
164
get => (double)GetValue(
MinimumHeightProperty
);
165
set => SetValue(
MinimumHeightProperty
, value);
188
double IWindow.MinimumHeight => GetSizeCoordinate(
MinimumHeightProperty
);