Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

OverlayWindowOptions Constructors

Represents a set of options that specify an Overlay Form
Name Parameters Description
OverlayWindowOptions() none 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>) fadeIn, fadeOut, backColor, foreColor, opacity, image, customPainter, skinName, rotationParameters, startupDelay, imageSize, animationType, lineAnimationParameters, useDirectX, disableInput, trackOwnerBounds Initializes a new instance of the OverlayWindowOptions class with specified settings.
See Also