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
public SplashScreenDataContext()
Properties
Specifies the text to be displayed as the content of the splash screen.
public string Content { get; set; }
Specifies the text to be displayed in the footer of the splash screen.
public string Footer { get; set; }
HorizontalContentAlignment
HorizontalAlignment
Specifies the HorizontalAlignment of the ContentPresenter that shows the Content.
public HorizontalAlignment HorizontalContentAlignment { get; set; }
HorizontalFooterAlignment
HorizontalAlignment
Specifies the HorizontalAlignment of the ContentPresenter that shows the Footer.
public HorizontalAlignment HorizontalFooterAlignment { get; set; }
Specifies the Height of the Image.
public double ImageHeight { get; set; }
Specifies a path to an image to be displayed in the splash screen.
public string ImagePath { get; set; }
ImageStretch
Stretch
Specifies the Stretch of the Image.
public Stretch ImageStretch { get; set; }
Specifies the Width of the Image.
public double ImageWidth { get; set; }
This property is bound to the IsIndeterminate property of the RadProgressBar shown in a splash screen by default.
public bool IsIndeterminate { get; set; }
This property determines whether the RadProgressBar will be shown in the splash screen.
public bool IsProgressBarVisible { get; set; }
This property is bound to the Maximum property of the RadProgressBar shown in a splash screen by default.
public double MaxValue { get; set; }
This property is bound to the Minimum property of the RadProgressBar shown in a splash screen by default.
public double MinValue { get; set; }
MouseCursor
Cursor
Specifies the type of cursor to be displayed for the splash screen.
public Cursor MouseCursor { get; set; }
This property is bound to the Value property of the RadProgressBar shown in a splash screen by default.
public double ProgressValue { get; set; }