In This Topic
The standard(default) palette.
Syntax
'Declaration
Public Shared ReadOnly Standard As System.Collections.Generic.IEnumerable(Of String)
'Usage
Dim value As System.Collections.Generic.IEnumerable(Of String)
value = Palettes.Standard
public static readonly System.Collections.Generic.IEnumerable<string> Standard
public field Standard: System.Collections.Generic.IEnumerable; static; readonly
public static var Standard : System.Collections.Generic.IEnumerable;
public: static readonly System.Collections.Generic.IEnumerable<string*>* Standard
public:
static readonly System.Collections.Generic.IEnumerable<String^>^ Standard
See Also