4 references to MaximumHeightRequest
Microsoft.Maui.Controls (4)
VisualElement\VisualElement.cs (4)
427
/// <summary>Bindable property for <see cref="
MaximumHeightRequest
"/>.</summary>
428
public static readonly BindableProperty MaximumHeightRequestProperty = BindableProperty.Create(nameof(
MaximumHeightRequest
), typeof(double), typeof(VisualElement), double.PositiveInfinity, propertyChanged: OnRequestChanged);
741
/// <para><see cref="
MaximumHeightRequest
"/> is used to ensure that the element has no more than the specified height during layout.</para>
2120
var value =
MaximumHeightRequest
;