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