DesktopOval.BorderThickness
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
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.