TdxGuides.BorderColor Property
In This Article
Specifies the default border color of guide UI adorners.
#Declaration
Delphi
property BorderColor: TColor read; write; default clDefault;
#Property Value
Type | Default |
---|---|
TColor | cl |
#Remarks
This property determines the border color for all guides whose BorderColor property is set to clDefault.
The default BorderColor property value is clDefault.
See Also