TdxGuideViewInfo.BorderWidth Property
In This Article
Returns the width of guide UI adorner‘s outlines, in pixels.
#Declaration
Delphi
property BorderWidth: Integer read;
#Property Value
Type |
---|
Integer |
#Remarks
This property returns the dxGuideSelectedBorderWidth global constant value if the guide’s Selected property is set to True. Otherwise, the BorderWidth property returns the dxGuideNormalBorderWidth global constant value.
See Also