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