Skip to main content

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
TImageType itMask

Remarks

Options include:

Value Description
itMask 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 RealtorWorld demo shipped with the ExpressTileControl Suite for transparency mask examples.
itImage The images are state images that are ready for display.

The default value of the GlyphType property is itMask.

See Also