OverlayWindowOptions Properties
Represents a set of options that specify an Overlay Form| Name | Description |
|---|---|
| AnimationType | Gets or sets whether the wait indicator is a rotating image or dots arranged in a line. |
| BackColor | Gets or sets the background color. |
| CustomPainter | Gets or sets an object used to paint a form. |
| Default static | Gets the default options. |
| DisableInput | Gets or sets whether the Overlay Form receives focus and disables user input on the overlapped control. |
| FadeIn | Gets or sets whether to use the fade-in effect to show the form. |
| FadeOut | Gets or sets whether to use the fade-out effect to close the form. |
| ForeColor | Gets or sets the foreground color. |
| Image | Gets or sets a custom rotating image. |
| ImageSize | Gets or sets the size of the predefined rotating image. |
| LineAnimationParameters | Gets or sets the number of dots, their size, and distance between them in a line wait indicator. |
| Opacity | Gets or sets the form opacity.’ |
| RotationParameters | Gets or sets the rotation period and the number of frames in a single rotation. |
| SkinName | Gets or sets the name of the skin applied to the form. |
| StartupDelay | Gets or sets the delay before the form is shown. |
| TrackOwnerBounds | |
| UseDirectX | Gets or sets whether DirectX is used to render an Overlay Form. |
See Also