Skip to main content
A newer version of this page is available. .

OverlayWindowOptions Members

Represents a set of options that specify an Overlay Form

Properties

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
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.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also