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