DesktopOval.BorderThickness
From Xojo Documentation
Property (As Double )
aDesktopOval.BorderThickness = newDoubleValue
or
DoubleValue = aDesktopOval.BorderThickness
New in 2021r3
Supported for all project types and targets.
or
DoubleValue = aDesktopOval.BorderThickness
New in 2021r3
Supported for all project types and targets.
The width of the border, in points. The default is 1.
Sample Code
This example sets the border width to 2.75 points.