Class
RadSplashScreenSettings

Definition

Namespace:Telerik.WinControls.UI.SplashScreen

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class RadSplashScreenSettings : ICloneable

Inheritance: objectRadSplashScreenSettings

Implements: ICloneable

Constructors

RadSplashScreenSettings()

Declaration

cs-api-definition
public RadSplashScreenSettings()

RadSplashScreenSettings(Size, Image, string, SplashScreenProgressIndicatorState, Image, string)

Declaration

cs-api-definition
public RadSplashScreenSettings(Size size, Image image, string text, SplashScreenProgressIndicatorState state, Image footerLogo, string footerText)

Parameters

size

Size

image

Image

text

string

state

SplashScreenProgressIndicatorState

footerLogo

Image

footerText

string

Properties

Declaration

cs-api-definition
public Image FooterLogo { get; set; }

Property Value

Image

FooterText

Declaration

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

Property Value

string

Image

Declaration

cs-api-definition
public Image Image { get; set; }

Property Value

Image

Location

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

Declaration

cs-api-definition
public Point Location { get; set; }

Property Value

Point

Size

Declaration

cs-api-definition
public Size Size { get; set; }

Property Value

Size

StartPosition

Gets or sets the screen start position.

Declaration

cs-api-definition
public SplashStartPosition StartPosition { get; set; }

Property Value

SplashStartPosition

State

Declaration

cs-api-definition
public SplashScreenProgressIndicatorState State { get; set; }

Property Value

SplashScreenProgressIndicatorState

Text

Declaration

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

Property Value

string

Methods

Clone()

Declaration

cs-api-definition
public RadSplashScreenSettings Clone()

Returns

RadSplashScreenSettings