Class
SplashScreenDataContext

An instance of this class is set to the DataContext of a splash screen by default.

Definition

Constructors

SplashScreenDataContext()

Declaration

cs-api-definition
public SplashScreenDataContext()

Properties

Content

Specifies the text to be displayed as the content of the splash screen.

Declaration

cs-api-definition
public string Content { get; set; }

Property Value

string

Specifies the text to be displayed in the footer of the splash screen.

Declaration

cs-api-definition
public string Footer { get; set; }

Property Value

string

HorizontalContentAlignment

Specifies the HorizontalAlignment of the ContentPresenter that shows the Content.

Declaration

cs-api-definition
public HorizontalAlignment HorizontalContentAlignment { get; set; }

Property Value

HorizontalAlignment

HorizontalFooterAlignment

Specifies the HorizontalAlignment of the ContentPresenter that shows the Footer.

Declaration

cs-api-definition
public HorizontalAlignment HorizontalFooterAlignment { get; set; }

Property Value

HorizontalAlignment

ImageHeight

Specifies the Height of the Image.

Declaration

cs-api-definition
public double ImageHeight { get; set; }

Property Value

double

ImagePath

Specifies a path to an image to be displayed in the splash screen.

Declaration

cs-api-definition
public string ImagePath { get; set; }

Property Value

string

ImageStretch

Specifies the Stretch of the Image.

Declaration

cs-api-definition
public Stretch ImageStretch { get; set; }

Property Value

Stretch

ImageWidth

Specifies the Width of the Image.

Declaration

cs-api-definition
public double ImageWidth { get; set; }

Property Value

double

IsIndeterminate

This property is bound to the IsIndeterminate property of the RadProgressBar shown in a splash screen by default.

Declaration

cs-api-definition
public bool IsIndeterminate { get; set; }

Property Value

bool

IsProgressBarVisible

This property determines whether the RadProgressBar will be shown in the splash screen.

Declaration

cs-api-definition
public bool IsProgressBarVisible { get; set; }

Property Value

bool

MaxValue

This property is bound to the Maximum property of the RadProgressBar shown in a splash screen by default.

Declaration

cs-api-definition
public double MaxValue { get; set; }

Property Value

double

MinValue

This property is bound to the Minimum property of the RadProgressBar shown in a splash screen by default.

Declaration

cs-api-definition
public double MinValue { get; set; }

Property Value

double

MouseCursor

Specifies the type of cursor to be displayed for the splash screen.

Declaration

cs-api-definition
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.

Declaration

cs-api-definition
public double ProgressValue { get; set; }

Property Value

double