5 references to MinimumHeightRequest
Microsoft.Maui.Controls (5)
VisualElement\VisualElement.cs (5)
428 /// <summary>Bindable property for <see cref="MinimumHeightRequest"/>.</summary> 429 public static readonly BindableProperty MinimumHeightRequestProperty = BindableProperty.Create(nameof(MinimumHeightRequest), typeof(double), typeof(VisualElement), -1d, propertyChanged: OnRequestChanged); 752 /// <para><see cref="MinimumHeightRequest"/> is used to ensure that the element has at least the specified height during layout.</para> 1192 double minimumHeightRequest = MinimumHeightRequest; 2148 var value = MinimumHeightRequest;