public int Start {get; set;}
'Declaration
Public Property Start As Integer
'Usage
Dim instance As StatisticsInformationCommand
Dim value As Integer
instance.Start = value
value = instance.Start
public int Start {get; set;}
@property (nonatomic, assign) int start;
public int getStart()
public void setStart(int value)
get_Start();
set_Start(value);
Object.defineProperty('Start');
public:
property int Start {
int get();
void set ( int value);
}
Property Value
Indicates the beginning color value of the range for the evaluation. This property only accepts positive values.