EnvironmentRenderCapabilities.VisualEffectsAllowed Property

Definition

Determines the set of rendering effects allowed. Currently, this value is either zero (indicating that no visual effects are allowed) or nonzero (indicating that all visual effects are allowed). The meaning of specific flags may change.

public:
 property int VisualEffectsAllowed { int get(); void set(int value); };
public:
 property int VisualEffectsAllowed { int get(); void set(int value); };
public int VisualEffectsAllowed { get; set; }
member this.VisualEffectsAllowed : int with get, set
Public Property VisualEffectsAllowed As Integer

Property Value

Applies to