FluentSplashScreenOptions Properties
Contains settings to customize splash screens via the SplashScreenManager.ShowFluentSplashScreen method.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). |
See Also