TdxBarImageOptions.SmoothGlyphs Property
Compensates for distortions occurred when resizing bar item images.
Declaration
property SmoothGlyphs: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
The StretchGlyphs property forces the bar item’s image fit the item’s bounds after resizing. If resized, image elements may be painted with improper proportions.
To compensate for this distortion, set the SmoothGlyphs property to True.
The default value of the SmoothGlyphs property is False.
See Also