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