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