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>) Constructor
Initializes a new instance of the OverlayWindowOptions class with specified settings.
Namespace: DevExpress.XtraSplashScreen
Assembly: DevExpress.XtraEditors.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
public OverlayWindowOptions(
bool? fadeIn = null,
bool? fadeOut = null,
Color? backColor = null,
Color? foreColor = null,
double? opacity = null,
Image image = null,
IOverlayWindowPainter customPainter = null,
string skinName = null,
ImageRotationParams? rotationParameters = null,
int? startupDelay = null,
Size? imageSize = null,
WaitAnimationType? animationType = null,
LineAnimationParams? lineAnimationParameters = null,
bool? useDirectX = null,
bool? disableInput = null,
bool? trackOwnerBounds = null
)
Optional Parameters
| Name | Type | Default |
|---|---|---|
| fadeIn | Nullable<Boolean> | null |
| fadeOut | Nullable<Boolean> | null |
| backColor | Nullable<Color> | null |
| foreColor | Nullable<Color> | null |
| opacity | Nullable<Double> | null |
| image | Image | null |
| customPainter | DevExpress.XtraSplashScreen.IOverlayWindowPainter | null |
| skinName | String | null |
| rotationParameters | Nullable<ImageRotationParams> | null |
| startupDelay | Nullable<Int32> | null |
| imageSize | Nullable<Size> | null |
| animationType | Nullable<WaitAnimationType> | null |
| lineAnimationParameters | Nullable<LineAnimationParams> | null |
| useDirectX | Nullable<Boolean> | null |
| disableInput | Nullable<Boolean> | null |
| trackOwnerBounds | Nullable<Boolean> | null |
See Also