Gets or sets the beginning color value of the range being evaluated.
public int Start {get; set;}
public:
property int Start {
int get();
void set ( int value);
}
Property Value
Indicates the beginning color value of the range being evaluated. This property only accepts positive values.