Skip to main content

TcxCustomCanvas.UseRightToLeftAlignment Property

Specifies the alignment for right-to-left mode-dependent content.

Declaration

property UseRightToLeftAlignment: Boolean read; write;

Property Value

Type
Boolean

Remarks

Draw-related methods of the canvas ignore the UseRightToLeftAlignment property value, since the property is designed only to track if RTL mode is active at the canvas level. Look & feel painter routines use this property to identify if RTL mode is in effect and flip certain skin elements horizontally.

The UseRightToLeftAlignment property’s default value is False.

See Also