# VisualEffects Class

### NAMESPACE

RASAdminEngine.Core.OutputModels.ImagesOptimization.Categories

### DESCRIPTION

Image Optimization - Visual Effects

### INHERITED FROM

[RASSerilazableObj](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/RASSerilazableObj.html)⇒VisualEffects

### INTERFACES

* ISerializable
* IComparable

### PUBLIC PROPERTIES

| Type                                                                                                                                            | Name                                   | Description |                                                                         |
| ----------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------- | ----------- | ----------------------------------------------------------------------- |
| Boolean                                                                                                                                         | AnimateControlSelectElements           |             | Whether Animate Control Select Elements is enabled or not               |
| Boolean                                                                                                                                         | AnimateTaskbar                         |             | Whether Animate Taskbar is enabled or not                               |
| Boolean                                                                                                                                         | AnimateWindowsWhenMinimizingMaximizing |             | Whether Animate Windows When Minimizing Or Maximizing is enabled or not |
| Boolean                                                                                                                                         | DropShadowsIcon                        |             | Whether Drop Shadow Icon is enabled or not                              |
| Boolean                                                                                                                                         | EnablePeek                             |             | Whether Peek is enabled or not                                          |
| Boolean                                                                                                                                         | FadeOutMenuItems                       |             | Whether Fade Out Menu Items is enabled or not                           |
| Boolean                                                                                                                                         | FadeSlideMenus                         |             | Whether Fade Slide Menus is enabled or not                              |
| Boolean                                                                                                                                         | FadeSlideToolTips                      |             | Whether Fade Slide Tool Tips is enabled or not                          |
| Boolean                                                                                                                                         | SaveTaskbarThumbnail                   |             | Whether Taskbar Thumbnail is enabled or not                             |
| Boolean                                                                                                                                         | ShadowUnderWindows                     |             | Whether Shadow Under Windows is enabled or not                          |
| Boolean                                                                                                                                         | ShowShadowUnderMouse                   |             | Whether Shadow Under Mouse is enabled or not                            |
| Boolean                                                                                                                                         | ShowTranslucentSelection               |             | Whether Translucent Selection is enabled or not                         |
| Boolean                                                                                                                                         | ShowWindowsContentWhilstDragging       |             | Whether Windows Content Whilst Dragging is enabled or not               |
| Boolean                                                                                                                                         | SlideOpenComboBoxes                    |             | Whether Slide open combo boxes is enabled or not                        |
| Boolean                                                                                                                                         | SmoothEdgesScreenFonts                 |             | Whether Smooth Edges Screen Fonts is enabled or not                     |
| Boolean                                                                                                                                         | SmoothScrollListBoxes                  |             | Whether Smooth Scroll List Boxes is enabled or not                      |
| Boolean                                                                                                                                         | ThumbnailsInsteadOfIcons               |             | Whether Thumbnails instead of icons is enabled or not                   |
| [VisualEffectsType](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/VisualEffectsType.html) | VisualEffectsTypes                     |             | Visual Effects Type                                                     |

### PUBLIC METHODS

| Type    | Name                   | Description                                                                                                                                                    |   |
| ------- | ---------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | - |
| Int32   | CompareTo (Object obj) | Inherited from [RASSerilazableObj](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/RASSerilazableObj.html) |   |
| Boolean | Equals (Object obj)    | Inherited from [RASSerilazableObj](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/RASSerilazableObj.html) |   |
| Int32   | GetHashCode ()         | Inherited from [RASSerilazableObj](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/RASSerilazableObj.html) |   |
| Type    | GetType ()             |                                                                                                                                                                |   |
| String  | ToString ()            |                                                                                                                                                                |   |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.parallels.com/landing/ras-powershell-api-guide/v19/parallels-ras-powershell-admin-module/class/visualeffects-class.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
