TcxTextAttributes2.StyleEx Property
Specifies the text style.
Declaration
property StyleEx: TcxCharFormat2FontStylesEx read; write;
Property Value
| Type |
|---|
| TcxCharFormat2FontStylesEx |
Remarks
Values include:
| Value | Meaning |
|---|---|
| cffsAllCaps | Characters are all capital letters. The value does not affect the way the control displays the text. |
| cffsDisabled | Characters are displayed with a shadow that is offset by 3/4 point or one pixel, whichever is larger. |
| cffsEmboss | Characters are embossed. The value does not affect how the control displays the text. |
| cffsHidden | Characters are not displayed. |
| cffsImprint | Characters are displayed as imprinted characters. The value does not affect how the control displays the text. |
| cffsOutline | Characters are displayed as outlined characters. The value does not affect how the control displays the text. |
| cffsRevised | Characters are marked as revised. |
| cffsShadow | Characters are displayed as shadowed characters. The value does not affect how the control displays the text. |
| cffsSmallCaps | Characters are in small capital letters. The value does not affect how the control displays the text. |
| cffsSubscript | Characters are subscript. |
| cffsSuperscript | Characters are superscript. |
See Also