Specifies the initial position of a splash form.
Definition
Namespace:Telerik.WinControls.UI.SplashScreen
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public enum SplashStartPosition
Fields
The splash form is centered on the current display, and has dimensions specified in the RadSplashScreenSettings's Size property.
C#
CenterScreen = 1
The position of the form is determined by the RadSplashScreenSettings Location property.
C#
Manual = 0