CALayer.Opacity Property
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.
The transparency of the layer, in the range 0 (transparent) to 1.0 (opaque).
public virtual float Opacity { [Foundation.Export("opacity")] get; [Foundation.Export("setOpacity:")] set; }
member this.Opacity : single with get, set
Property Value
The default value is 1.0.
- Attributes