__VISUALEFFECTS Enumeration
Visual Studio 2015
Flags that describe different visual effects.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
| Member name | Description | |
|---|---|---|
| VISUALEFFECTS_AllRichEffects | All effects. | |
| VISUALEFFECTS_Animations | Animations only. | |
| VISUALEFFECTS_Gradients | Gradients only. | |
| VISUALEFFECTS_None | No effects. | |
| VISUALEFFECTS_UseHardwareAcceleration | Use hardware acceleration. |
Rich effects are synchronized with vsRichClientExperienceOptions indte100.h and dteproperties100.h (envdte100.dll).
Show: