EnvironmentRenderCapabilities.VisualEffectsAllowed 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.
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