1 reference to FlowDirectionChanged
Microsoft.Maui.Controls (1)
VisualElement\VisualElement.cs (1)
440 public static readonly BindableProperty FlowDirectionProperty = BindableProperty.Create(nameof(FlowDirection), typeof(FlowDirection), typeof(VisualElement), FlowDirection.MatchParent, propertyChanging: FlowDirectionChanging, propertyChanged: FlowDirectionChanged);