Object2D.BorderOpacity
From Xojo Documentation
Property (As Double )
aclass.BorderOpacity = newDoubleValue
or
DoubleValue = aclass.BorderOpacity
New in 2019r2
Supported for all project types and targets.
or
DoubleValue = aclass.BorderOpacity
New in 2019r2
Supported for all project types and targets.
Indicates the level of opacity.
Border As Double
Degrees of transparency is currently supported only on macOS and Windows. On other platforms, the border is either visible (100%) or invisible. |
Sample Code
The following code adds a border to an ArcShape: