ShellRenderingSettings.Opacity Property

Definition

The opacity of shell-rendered geometry. Ranges from 0 (invisible) to 1 (fully opaque).

public:
 property float Opacity { float get(); void set(float value); };
public float Opacity { get; set; }
member this.Opacity : single with get, set
Public Property Opacity As Single

Property Value

Remarks

A InvalidParam error occurs if a value outside the [0;1] range is passed in.

Applies to