CameraProjectOverlay.Opacity Property
Gets or sets a value that specifies the opacity of the projected image.
Syntax
public AttributeVariable< System.Double > Opacity { get; set; }
Property Value
Default: 1.0
An opacity value between 0.0 (completely transparent) and 1.0 (completely opaque).
Remarks
This property is used to make a projected image semi-transparent. The opacity value will be multiplied to the alpha value of the colors used after projecting the image.
Platforms
Windows, Linux, Android