EnvironmentRenderCapabilities Members

Include Protected Members
Include Inherited Members

Encapsulates visual effects options for the environment. These options determine which types of visual effects should be used based on the current rendering capabilities. This is based on a combination of user settings and WPF's RenderCapabilities.Tier

The EnvironmentRenderCapabilities type exposes the following members.

Methods

  Name Description
Public method Dispose() Releases all resources used by the current instance of the DisposableObject class. (Inherited from DisposableObject.)
Protected method Dispose(Boolean) (Inherited from DisposableObject.)
Protected method DisposeManagedResources (Inherited from DisposableObject.)
Protected method DisposeNativeResources (Inherited from DisposableObject.)
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize (Inherited from DisposableObject.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method OnShellPropertyChange
Protected method ThrowIfDisposed (Inherited from DisposableObject.)
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Properties

  Name Description
Public property AreAnimationsAllowed Determines if animations are currently allowed in the environment.
Public property AreGradientsAllowed Determines if gradients are currently allowed in the environment.
Public propertyStatic member Current Gets the current singleton instance of EnvironmentRenderCapabilities.
Public property IsDisposed (Inherited from DisposableObject.)
Public property VisualEffectsAllowed 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.

Top

Events

  Name Description
Public event Disposing (Inherited from DisposableObject.)
Public event PropertyChanged
Public event RenderCapabilitiesChanged

Top

See Also

Reference

EnvironmentRenderCapabilities Class

Microsoft.VisualStudio.PlatformUI Namespace