ListSequentialSinglePalettes Property
In This Topic
List SequentialSingle Palettes supported.
Syntax
'Declaration
Public ReadOnly Property ListSequentialSinglePalettes As System.Collections.Generic.IEnumerable(Of IEnumerable(Of String))
'Usage
Dim instance As SequentialSinglePalettes
Dim value As System.Collections.Generic.IEnumerable(Of IEnumerable(Of String))
value = instance.ListSequentialSinglePalettes
public System.Collections.Generic.IEnumerable<IEnumerable<string>> ListSequentialSinglePalettes {get;}
public read-only property ListSequentialSinglePalettes: System.Collections.Generic.IEnumerable;
public function get ListSequentialSinglePalettes : System.Collections.Generic.IEnumerable
public: __property System.Collections.Generic.IEnumerable<IEnumerable<string*>*>* get_ListSequentialSinglePalettes();
public:
property System.Collections.Generic.IEnumerable<IEnumerable<String^>^>^ ListSequentialSinglePalettes {
System.Collections.Generic.IEnumerable<IEnumerable<String^>^>^ get();
}
See Also