3 references to FlowDirection
Microsoft.Maui.Controls (3)
VisualElement\VisualElement.cs (3)
443
/// <summary>Bindable property for <see cref="
FlowDirection
"/>.</summary>
444
public static readonly BindableProperty FlowDirectionProperty = BindableProperty.Create(nameof(
FlowDirection
), typeof(FlowDirection), typeof(VisualElement), FlowDirection.MatchParent, propertyChanging: FlowDirectionChanging, propertyChanged: FlowDirectionChanged);
1979
FlowDirection IView.FlowDirection =>
FlowDirection
;