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