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