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

TdxGuideViewInfo.BorderGlyph Property

Returns the bitmap mask used to paint the guide UI adorner‘s outlines.

#Declaration

Delphi
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