SplashScreenManager.PaletteName Property
Gets or sets the name of the palette used to colorize vector images.
Namespace: DevExpress.XtraSplashScreen
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public static string PaletteName { get; set; }
Property Value
Type | Description |
---|---|
String | A String value that specifies the name of the palette used to colorize vector images. |
Remarks
If the PaletteName property value is empty, the parent form’s palette name is used.
See Also