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