__VISUALEFFECTS Enum
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.
Flags that describe different visual effects.
public enum class __VISUALEFFECTS
public enum class __VISUALEFFECTS
enum __VISUALEFFECTS
public enum __VISUALEFFECTS
type __VISUALEFFECTS =
Public Enum __VISUALEFFECTS
- Inheritance
-
__VISUALEFFECTS
Fields
Name | Value | Description |
---|---|---|
VISUALEFFECTS_None | 0 | No effects. |
VISUALEFFECTS_Animations | 1 | Animations only. |
VISUALEFFECTS_Gradients | 2 | Gradients only. |
VISUALEFFECTS_AllRichEffects | 65535 | All effects. |
VISUALEFFECTS_UseHardwareAcceleration | 65536 | Use hardware acceleration. |
Remarks
Rich effects are synchronized with vsRichClientExperienceOptions indte100.h and dteproperties100.h (envdte100.dll).