TdxCustomGalleryItem.Glyph Property
Specifies the glyph displayed.
Declaration
property Glyph: TdxSmartGlyph read; write;
Property Value
Type |
---|
TdxSmartGlyph |
Remarks
Use this property to specify an image for the gallery item. To accomplish this, call the Glyph.Assign method and pass the required image as its parameter.
If Glyph is specified, the ImageIndex property is ignored.
See Also