BorderWidth property
From Xojo Documentation
a<see below>.BorderWidth = newInteger or DoubleValue
or
Integer or DoubleValue = a<see below>.BorderWidth
Supported for all project types and targets.
or
Integer or DoubleValue = a<see below>.BorderWidth
Supported for all project types and targets.
The width of the border, in points. The default is 1.
Notes
For Object2Ds, the width a Double value with a default of 1.0.
Objects implementing the BorderWidth property
Object2D | ||
Oval | ||
Rectangle | ||
ReportOvalShape | ||
ReportRectangleShape | ||
ReportRoundRectangleShape | ||
RoundRectangle |
Sample Code
This example sets the border width to 2.75 points.