alpha property
getter/setter pair
The view’s alpha value. The value of this property is a floating-point number in the range 0.0 to 1.0, where 0.0 represents totally transparent and 1.0 represents totally opaque.
Officially Supported Platforms/Implementations:
- Android WebView (Official API - View.setAlpha)
- iOS WKWebView (Official API - UIView.alpha)
- macOS WKWebView (Official API - NSView.alphaValue)
Implementation
double? alpha;