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