When set to true the component uses automatically generated surface palette.
When set to False the component uses a custom defined palette (the Palette property
gives access to the custom palette).
'Usage
Dim instance As SurfaceSeriesBase
Dim value As Boolean
instance.AutomaticPalette = value
value = instance.AutomaticPalette
[Category("Palette")]
[Description("Switches between automatic and custom palette mode.")]
[DefaultValue(true)]
public bool AutomaticPalette {get; set;}
Remarks
By default the automatic palette is enabled.
Example
The following code deactivates the automatic palette
and activates the custom palette:
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2