TdxTokenEditElementPosition Enum
Enumerates available positions of visual elements (images or glyphs) within a token box.
Declaration
TdxTokenEditElementPosition = (
teepNone,
teepLeft,
teepRight
);
Members
Name |
---|
teepNone
|
teepLeft
|
teepRight
|
Remarks
Options include:
Value | Description | Glyph | Close Glyph |
---|---|---|---|
teepNone | A visual element is hidden within the token box. | ||
teepLeft | A visual element is positioned at the left border of a token box. | ||
teepRight | A visual element is positioned at the right border of a token box. |
The TdxTokenEditElementPosition type is referenced by the CloseGlyphPosition and GlyphPosition properties provided by the TdxTokenEditProperties class.
See Also