TdxGuideViewInfo.BorderGlyph Property
Returns the bitmap mask used to paint the guide UI adorner‘s outlines.
Declaration
property BorderGlyph: TdxSmartGlyph read;
Property Value
Type |
---|
TdxSmartGlyph |
Remarks
This property returns the bitmap mask created by calling the dxGuideSelectedBorderGlyph function if the guide’s Selected property is set to True. Otherwise, the BorderGlyph property returns the bitmap mask created by the dxGuideNormalBorderGlyph function.
The default guide draw routine uses the color returned by the BorderColor property to fill non-transparent pixels of the BorderGlyph bitmap mask.
See Also