BypassFlowDirectionPolicies Property
Gets a value indicating whether control bypass FlowDirecton policies.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
protected override bool BypassFlowDirectionPolicies { get; }
Protected Overrides ReadOnly Property BypassFlowDirectionPolicies As Boolean
Get
abstract BypassFlowDirectionPolicies : bool with get
override BypassFlowDirectionPolicies : bool with get
Property Value
BooleanRemarks
Related to FlowDirection system and returns false as default, so if FlowDirection is RTL then control will get a mirror presentation. For controls that want to avoid this behavior, override this property and return true.