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