Back to Devexpress

OverlayWindowOptions Members

windowsforms-devexpress-dot-xtrasplashscreen-dot-overlaywindowoptions-dot-underscore-members.md

latest5.9 KB
Original Source

OverlayWindowOptions Members

Represents a set of options that specify an Overlay Form

Constructors

NameDescription
OverlayWindowOptions()Initializes a new instance of the OverlayWindowOptions class.
OverlayWindowOptions(Nullable<Boolean>, Nullable<Boolean>, Nullable<Color>, Nullable<Color>, Nullable<Double>, Image, IOverlayWindowPainter, String, Nullable<ImageRotationParams>, Nullable<Int32>, Nullable<Size>, Nullable<WaitAnimationType>, Nullable<LineAnimationParams>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>)Initializes a new instance of the OverlayWindowOptions class with specified settings.

Properties

NameDescription
AnimationTypeGets or sets whether the wait indicator is a rotating image or dots arranged in a line.
BackColorGets or sets the background color.
CustomPainterGets or sets an object used to paint a form.
Default staticGets the default options.
DisableInputGets or sets whether the Overlay Form receives focus and disables user input on the overlapped control.
FadeInGets or sets whether to use the fade-in effect to show the form.
FadeOutGets or sets whether to use the fade-out effect to close the form.
ForeColorGets or sets the foreground color.
ImageGets or sets a custom rotating image.
ImageSizeGets or sets the size of the predefined rotating image.
LineAnimationParametersGets or sets the number of dots, their size, and distance between them in a line wait indicator.
OpacityGets or sets the form opacity.’
RotationParametersGets or sets the rotation period and the number of frames in a single rotation.
SkinNameGets or sets the name of the skin applied to the form.
StartupDelayGets or sets the delay before the form is shown.
TrackOwnerBounds
UseDirectXGets or sets whether DirectX is used to render an Overlay Form.

Methods

NameDescription
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines 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

OverlayWindowOptions Class

DevExpress.XtraSplashScreen Namespace