Back to Devexpress

DXSplashScreenService Properties

wpf-devexpress-dot-xpf-dot-core-dot-dxsplashscreenservice-dot-underscore-properties.md

latest5.7 KB
Original Source

DXSplashScreenService Properties

Allows you to display splash screens.

NameDescription
CanFreezeGets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
DependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
DispatcherGets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
FadeInDurationSpecifies the duration of the fade-in effect. This is a dependency property.
FadeOutDurationSpecifies the duration of the fade-out effect. This is a dependency property.
HasAnimatedPropertiesGets a value that indicates whether one or more AnimationClock objects is associated with any of this object’s dependency properties. Inherited from Animatable.
IsFrozenGets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
IsSealedGets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
IsSplashScreenActiveGets whether the splash screen is active.
MaxProgressSpecifies the maximum progress value. This is a dependency property.
OwnerSearchModeGets or sets the splash screen owner search mode. This is a dependency property.
ProgressSpecifies the current progress value. This is a dependency property.
ShowSplashScreenOnLoadingGets or sets whether a Splash Screen created by this DXSplashScreenService should be automatically displayed at the application start-up.
SplashScreenClosingModeGets or sets the splash screen closing mode. This is a dependency property.
SplashScreenOwnerGets or sets the splash screen owner. This is a dependency property.
SplashScreenStartupLocationSpecifies the splash screen location.
SplashScreenTypeGets or sets the type of splash screen to be opened.
SplashScreenWindowStyleSpecifies the splash screen window style.
StateSpecifies the data object to be passed to the splash screen service.
UnregisterOnUnloadedGets or sets whether to unregister the service when the associated View is unloaded. This is a dependency property. Inherited from ServiceBase.
UseIndependentWindowGets or sets whether the current service uses a separate container.
ViewLocatorSpecifies the view locator. Inherited from ViewServiceBase.
ViewTemplateSpecifies the view template. Inherited from ViewServiceBase.
ViewTemplateSelectorGets or sets an object that chooses the view template based on custom logic.

See Also

DXSplashScreenService Class

DXSplashScreenService Members

DevExpress.Xpf.Core Namespace