ClassSplashScreenDataContext
An instance of this class is set to the DataContext of a splash screen by default.
Definition
Namespace:Telerik.Windows.Controls.SplashScreen
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
public class SplashScreenDataContext : ViewModelBase, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseSplashScreenDataContext
Implements:
Inherited Members
Constructors
SplashScreenDataContext()
Declaration
public SplashScreenDataContext()
Properties
Content
Specifies the text to be displayed as the content of the splash screen.
Footer
Specifies the text to be displayed in the footer of the splash screen.
HorizontalContentAlignment
Specifies the HorizontalAlignment of the ContentPresenter that shows the Content.
Declaration
public HorizontalAlignment HorizontalContentAlignment { get; set; }
Property Value
HorizontalAlignment
HorizontalFooterAlignment
Specifies the HorizontalAlignment of the ContentPresenter that shows the Footer.
Declaration
public HorizontalAlignment HorizontalFooterAlignment { get; set; }
Property Value
HorizontalAlignment
ImageHeight
Specifies the Height of the Image.
ImagePath
Specifies a path to an image to be displayed in the splash screen.
ImageStretch
Specifies the Stretch of the Image.
Declaration
public Stretch ImageStretch { get; set; }
Property Value
Stretch
ImageWidth
Specifies the Width of the Image.
IsIndeterminate
This property is bound to the IsIndeterminate property of the RadProgressBar shown in a splash screen by default.
IsProgressBarVisible
This property determines whether the RadProgressBar will be shown in the splash screen.
MaxValue
This property is bound to the Maximum property of the RadProgressBar shown in a splash screen by default.
MinValue
This property is bound to the Minimum property of the RadProgressBar shown in a splash screen by default.
MouseCursor
Specifies the type of cursor to be displayed for the splash screen.
Declaration
public Cursor MouseCursor { get; set; }
Property Value
Cursor
ProgressValue
This property is bound to the Value property of the RadProgressBar shown in a splash screen by default.