Skip to main content

FluentSplashScreenOptions Members

Contains settings to customize splash screens via the SplashScreenManager.ShowFluentSplashScreen method.

Constructors

Name Description
FluentSplashScreenOptions() Initializes a new instance of the FluentSplashScreenOptions class.

Properties

Name Description
AppearanceLeftFooter Gets or sets the appearance settings used to paint the text in the left footer region.
AppearanceRightFooter Gets or sets the appearance settings used to paint the text in the right footer region.
AppearanceSubtitle Gets or sets the appearance settings used to paint the subtitle.
AppearanceTitle Gets or sets the appearance settings used to paint the title.
Default static
LeftFooter Gets or sets the text displayed in the left footer region. If this parameter is not specified (null), the left footer displays the value of the AssemblyCopyright attribute (see your project’’s AssemblyInfo.cs/AssemblyInfo.vb file).
LoadingIndicatorType Gets or sets the loading indicator kind.
LogoImageOptions Contains settings to specify and customize a raster or vector logo image.
Opacity Gets or sets the opacity level of the splashscreen’s background. This setting is supported if the application runs under Windows 10 Version 1803 (OS build 17134) or newer. On older Windows versions, the splashscreen fills its background with a non-trasparent color specified by the OpacityColor property.
OpacityColor Gets or sets the background color. If this parameter is set to Color.Empty, the actual background color is Color.Black.
RightFooter Gets or sets the text displayed in the right footer region.
Subtitle Gets or sets the subtitle. If this parameter is not specified (null), the subtitle region displays the value of the AssemblyCompany attribute (see your project’s AssemblyInfo.cs/AssemblyInfo.vb file).
Title Gets or sets the title. If this parameter is not specified (null), the title region displays the value of the AssemblyTitle attribute (see your project’s AssemblyInfo.cs/AssemblyInfo.vb file).

Methods

Name Description
Assign(FluentSplashScreenOptions) Copies settings from the specified object to the current object.
Dispose() Disposes of the current object.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also