Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomCanvas.UseRightToLeftAlignment Property

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