Class RadSplashScreen
Represents a control that is shown inside a Window on a separate thread to indicate that the
application is loading. The functionality of showing a splash screen is exposed through the Rad
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
[Themable]
[TelerikToolboxCategory("Containers")]
public class RadSplashScreen : ContentControl, IThemable
Constructors
RadSplashScreen()
Fields
FooterProperty
FooterTemplateProperty
FooterTemplateSelectorProperty
HorizontalFooterAlignmentProperty
ImageHeightProperty
Identifies the Image
Declaration
public static readonly DependencyProperty ImageHeightProperty
Field Value
System.
|
ImagePathProperty
Identifies the Image
Declaration
public static readonly DependencyProperty ImagePathProperty
Field Value
System.
|
ImageStretchProperty
Identifies the Image
Declaration
public static readonly DependencyProperty ImageStretchProperty
Field Value
System.
|
ImageWidthProperty
Identifies the Image
Declaration
public static readonly DependencyProperty ImageWidthProperty
Field Value
System.
|
IsIndeterminateProperty
Identifies the Is
Declaration
public static readonly DependencyProperty IsIndeterminateProperty
Field Value
System.
|
MaxValueProperty
Identifies the Max
Declaration
public static readonly DependencyProperty MaxValueProperty
Field Value
System.
|
MinValueProperty
Identifies the Min
Declaration
public static readonly DependencyProperty MinValueProperty
Field Value
System.
|
ProgressBarVisibilityProperty
Identifies the Progress
Declaration
public static readonly DependencyProperty ProgressBarVisibilityProperty
Field Value
System.
|
ProgressValueProperty
Identifies the Progress
Declaration
public static readonly DependencyProperty ProgressValueProperty
Field Value
System.
|
Properties
Footer
FooterTemplate
FooterTemplateSelector
HorizontalFooterAlignment
ImageHeight
Gets or sets the Height of the Image inside the splash screen. This is a dependency property.
Declaration
public double ImageHeight { get; set; }
Property Value
System.
|
ImagePath
Gets or sets the ImagePath to the image to be displayed in the RadSplashScreen. This is a dependency property.
Declaration
public string ImagePath { get; set; }
Property Value
System.
|
ImageStretch
Gets or sets the Stretch of the Image inside the splash screen. This is a dependency property.
Declaration
public Stretch ImageStretch { get; set; }
Property Value
System.
|
ImageWidth
Gets or sets the Width of the Image inside the splash screen. This is a dependency property.
Declaration
public double ImageWidth { get; set; }
Property Value
System.
|
IsIndeterminate
Gets or sets the IsIndeterminate value of the RadProgressBar in the template of the RadSplashScreen. This is a dependency property.
Declaration
public bool IsIndeterminate { get; set; }
Property Value
System.
|
MaxValue
Gets or sets the Maximum value of the RadProgressBar in the template of the RadSplashScreen. This is a dependency property.
Declaration
public double MaxValue { get; set; }
Property Value
System.
|
MinValue
Gets or sets the Minimum value of the RadProgressBar in the template of the RadSplashScreen. This is a dependency property.
Declaration
public double MinValue { get; set; }
Property Value
System.
|
ProgressBarVisibility
Gets or sets the Visibility of the RadProgressBar in the template of the RadSplashScreen. This is a dependency property.
Declaration
public Visibility ProgressBarVisibility { get; set; }
Property Value
System.
|
ProgressValue
Gets or sets the value of the RadProgressBar in the template of the RadSplashScreen. This is a dependency property.
Declaration
public double ProgressValue { get; set; }
Property Value
System.
|
Methods
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.
|
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.
|
ResetTheme()
Resets the theme.
Declaration
public void ResetTheme()