TdxGuideViewInfo.BorderColor Property
Returns the color filling the guide UI adorner‘s outlines.
Declaration
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