Back to Devexpress

TdxTileControlActionBarItem.GlyphType Property

vcl-dxcustomtilecontrol-dot-tdxtilecontrolactionbaritem-6c712425.md

latest1.3 KB
Original Source

TdxTileControlActionBarItem.GlyphType Property

Specifies how a tile control treats the Glyph property’s images.

Declaration

delphi
property GlyphType: TImageType read; write; default itMask;

Property Value

TypeDefault
TImageTypeitMask

Remarks

Options include:

ValueDescription
itMaskThe 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.
itImageThe images are state images that are ready for display.

The default value of the GlyphType property is itMask.

See Also

TdxTileControlActionBarItem Class

TdxTileControlActionBarItem Members

dxCustomTileControl Unit