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