Class RadSplashScreenSettings
Inheritance
System.Object
RadSplashScreenSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.SplashScreen
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadSplashScreenSettings : ICloneable
Constructors
RadSplashScreenSettings()
Declaration
public RadSplashScreenSettings()
RadSplashScreenSettings(Size, Image, String, SplashScreenProgressIndicatorState, Image, String)
Declaration
public RadSplashScreenSettings(Size size, Image image, string text, SplashScreenProgressIndicatorState state, Image footerLogo, string footerText)
Parameters
System.Drawing.Size
size
|
System.Drawing.Image
image
|
System.String
text
|
SplashScreenProgressIndicatorState
state
|
System.Drawing.Image
footerLogo
|
System.String
footerText
|
Properties
FooterLogo
FooterText
Image
Declaration
public Image Image { get; set; }
Property Value
System.Drawing.Image
|
Location
Gets or sets the desktop location when the StartPosition is Manual.
Declaration
public Point Location { get; set; }
Property Value
System.Drawing.Point
|
Size
Declaration
public Size Size { get; set; }
Property Value
System.Drawing.Size
|
StartPosition
Gets or sets the screen start position.
Declaration
public SplashStartPosition StartPosition { get; set; }
Property Value
SplashStartPosition
|
State
Declaration
public SplashScreenProgressIndicatorState State { get; set; }
Property Value
SplashScreenProgressIndicatorState
|
Text
Declaration
public string Text { get; set; }
Property Value
System.String
|
Methods
Clone()
Explicit Interface Implementations
ICloneable.Clone()
Declaration
object ICloneable.Clone()
Returns
System.Object
|
Implements
System.ICloneable.Clone()