TdxTileControlActionBarItem.GlyphType Property
Specifies how a tile control treats the Glyph property’s images.
#Declaration
property GlyphType: TImageType read; write; default itMask;
#Property Value
Type | Default |
---|---|
TImage |
it |
#Remarks
Options include:
Value | Description |
---|---|
it |
The images are transparency masks whose alpha channel information, along with the action bar background and font colors, is used to render state images for display. Refer to the Realtor |
it |
The images are state images that are ready for display. |
The default value of the GlyphType property is itMask.