TdxGuideViewInfo.BorderWidth Property
Returns the width of guide UI adorner‘s outlines, in pixels.
Declaration
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