TdxTokenEditProperties.GlyphPosition Property
Declaration
property GlyphPosition: TdxTokenEditElementPosition read; write; default teepLeft;
Property Value
Type | Default |
---|---|
TdxTokenEditElementPosition | teepLeft |
Remarks
You can use this property to hide, display, or change the positioning of all assigned glyphs (or associated images within an image collection if no glyphs are assigned) assigned to token boxes within the token editor.
For detailed information on available options, refer to the TdxTokenEditElementPosition type description.
To hide, display, or change the positioning of the Close glyphs in all token boxes, use the CloseGlyphPosition property.
The default value of the GlyphPosition property is teepLeft.
See Also