Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

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