OverlayWindowOptions Members
In This Article
#Constructors
Name | Description |
---|---|
Overlay |
Initializes a new instance of the Overlay |
Overlay |
Initializes a new instance of the Overlay |
#Properties
Name | Description |
---|---|
Animation |
Gets or sets whether the wait indicator is a rotating image or dots arranged in a line. |
Back |
Gets or sets the background color. |
Custom |
Gets or sets an object used to paint a form. |
Default static | Gets the default options. |
Disable |
Gets or sets whether the Overlay Form receives focus and disables user input on the overlapped control. |
Fade |
Gets or sets whether to use the fade-in effect to show the form. |
Fade |
Gets or sets whether to use the fade-out effect to close the form. |
Fore |
Gets or sets the foreground color. |
Image | Gets or sets a custom rotating image. |
Image |
Gets or sets the size of the predefined rotating image. |
Line |
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.’ |
Rotation |
Gets or sets the rotation period and the number of frames in a single rotation. |
Skin |
Gets or sets the name of the skin applied to the form. |
Startup |
Gets or sets the delay before the form is shown. |
Track |
|
Use |
Gets or sets whether Direct |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also