TdxTokenEditElementPosition Enum
Enumerates available positions of visual elements (images or glyphs) within a token box.
#Declaration
TdxTokenEditElementPosition = (
teepNone,
teepLeft,
teepRight
);
#Members
Name |
---|
teep
|
teep
|
teep
|
#Remarks
Options include:
Value | Description | Glyph | Close Glyph |
---|---|---|---|
teep |
A visual element is hidden within the token box. | ![]() |
![]() |
teep |
A visual element is positioned at the left border of a token box. | ![]() |
![]() |
teep |
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.