Click or drag to resize

ApplicationBaseApplicationSplash Property

Gets or sets the application splash screen image. This is only neccessary if the property IsSinglePage is set to true

Namespace:  Cauldron.XAML
Assembly:  Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public ImageSource ApplicationSplash { get; set; }

Property Value

Type: ImageSource

[Missing <value> documentation for "P:Cauldron.XAML.ApplicationBase.ApplicationSplash"]

See Also