Icon TContentDirection

Unit: WebUI

TContentDirection = (cdLeftToRight,cdRightToLeft)

Available In: Client Applications

The TContentDirection enumerated type is used to specify the text direction of content in UI elements and controls.

ElementDescription
cdLeftToRightSpecifies that the content will be displayed/edited from left-to-right.
cdRightToLeftSpecifies that the content will be displayed/edited from right-to-left.
Image