TcxCustomCanvas.UseRightToLeftAlignment Property
In This Article
Specifies the alignment for right-to-left mode-dependent content.
#Declaration
Delphi
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