WKInterfaceObject.SetAlpha(nfloat) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the transparency of the interface object.
[Foundation.Export("setAlpha:")]
public virtual void SetAlpha (nfloat alpha);
abstract member SetAlpha : nfloat -> unit
override this.SetAlpha : nfloat -> unit
Parameters
- alpha
- nfloat
The alpha value, in the range 0 (totally transparent) to 1.0 (totally opaque).
- Attributes