New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI.SplashScreen

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class RadSplashScreenSettings : ICloneable

Inheritance: objectRadSplashScreenSettings

Implements: ICloneable

Constructors

C#
public RadSplashScreenSettings()
C#
public RadSplashScreenSettings(Size size, Image image, string text, SplashScreenProgressIndicatorState state, Image footerLogo, string footerText)
Parameters:sizeSizeimageImagetextstringstateSplashScreenProgressIndicatorStatefooterLogoImagefooterTextstring

Properties

C#
public Image FooterLogo { get; set; }
C#
public string FooterText { get; set; }
C#
public Image Image { get; set; }

Gets or sets the desktop location when the StartPosition is Manual.

C#
public Point Location { get; set; }
C#
public Size Size { get; set; }

Gets or sets the screen start position.

C#
public SplashStartPosition StartPosition { get; set; }
C#
public SplashScreenProgressIndicatorState State { get; set; }
C#
public string Text { get; set; }

Methods

C#
public RadSplashScreenSettings Clone()
Returns:

RadSplashScreenSettings