Skip to main content

BypassFlowDirectionPolicies Property

Gets a value indicating whether control bypass FlowDirecton policies.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)

protected virtual bool BypassFlowDirectionPolicies { get; }

Property Value

Boolean

Remarks

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.

See Also

Reference

Visual Class
Avalonia Namespace