Definition
Namespace:Telerik.WinControls.UI.SplashScreen
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class RadSplashScreenSettings : ICloneable
Inheritance: objectRadSplashScreenSettings
Implements:
Constructors
C#
public RadSplashScreenSettings()
Properties
C#
public Image FooterLogo { get; set; }
C#
public string FooterText { get; set; }
Gets or sets the desktop location when the StartPosition is Manual.
C#
public Point Location { get; set; }
Gets or sets the screen start position.
C#
public SplashStartPosition StartPosition { get; set; }
C#
public SplashScreenProgressIndicatorState State { get; set; }