ValidColors Property
Summary
Gets or sets a value that indicates the number of colors contained in a segment.
Syntax
public int ValidColors { get; set; }
Public Property ValidColors As Integer
public:
property int ValidColors {
int get();
void set ( int );
}
Property Value
A value that indicates the number of colors contained in a segment.