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