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