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.BorderColor Property

Returns the color filling the guide UI adorner‘s outlines.

#Declaration

Delphi
property BorderColor: TColor read;

#Property Value

Type
TColor

#Remarks

The default guide draw routine uses this property value to fill non-transparent pixels of the normal or selected outline bitmap masks. The color returned by the BorderColor property depends on the guide’s BorderColor and the Adorners.BorderColor property values.

The default guide outline color is clYellow.

See Also