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 RadSplashScreenManager class.
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 ImageHeight dependency property.
Declaration
public static readonly DependencyProperty ImageHeightProperty
Field Value
System.Windows.DependencyProperty
|
ImagePathProperty
Identifies the ImagePath dependency property.
Declaration
public static readonly DependencyProperty ImagePathProperty
Field Value
System.Windows.DependencyProperty
|
ImageStretchProperty
Identifies the ImageStretch dependency property.
Declaration
public static readonly DependencyProperty ImageStretchProperty
Field Value
System.Windows.DependencyProperty
|
ImageWidthProperty
Identifies the ImageWidth dependency property.
Declaration
public static readonly DependencyProperty ImageWidthProperty
Field Value
System.Windows.DependencyProperty
|
IsIndeterminateProperty
Identifies the IsIndeterminate dependency property.
Declaration
public static readonly DependencyProperty IsIndeterminateProperty
Field Value
System.Windows.DependencyProperty
|
MaxValueProperty
Identifies the MaxValue dependency property.
Declaration
public static readonly DependencyProperty MaxValueProperty
Field Value
System.Windows.DependencyProperty
|
MinValueProperty
Identifies the MinValue dependency property.
Declaration
public static readonly DependencyProperty MinValueProperty
Field Value
System.Windows.DependencyProperty
|
ProgressBarVisibilityProperty
Identifies the ProgressBarVisibility dependency property.
Declaration
public static readonly DependencyProperty ProgressBarVisibilityProperty
Field Value
System.Windows.DependencyProperty
|
ProgressValueProperty
Identifies the ProgressValue dependency property.
Declaration
public static readonly DependencyProperty ProgressValueProperty
Field Value
System.Windows.DependencyProperty
|
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.Double
|
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.String
|
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.Windows.Media.Stretch
|
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.Double
|
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.Boolean
|
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.Double
|
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.Double
|
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.Windows.Visibility
|
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.Double
|
Methods
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer
|
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
|
ResetTheme()
Resets the theme.
Declaration
public void ResetTheme()