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 | |
---|---|---|
Dispose() | Releases all resources used by the current instance of the DisposableObject class. (Inherited from DisposableObject.) | |
Dispose(Boolean) | (Inherited from DisposableObject.) | |
DisposeManagedResources | (Inherited from DisposableObject.) | |
DisposeNativeResources | (Inherited from DisposableObject.) | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | (Inherited from DisposableObject.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnShellPropertyChange | ||
ThrowIfDisposed | (Inherited from DisposableObject.) | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
AreAnimationsAllowed | Determines if animations are currently allowed in the environment. | |
AreGradientsAllowed | Determines if gradients are currently allowed in the environment. | |
Current | Gets the current singleton instance of EnvironmentRenderCapabilities. | |
IsDisposed | (Inherited from DisposableObject.) | |
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 | |
---|---|---|
Disposing | (Inherited from DisposableObject.) | |
PropertyChanged | ||
RenderCapabilitiesChanged |
Top