public int OuterLow {get; set;}
'Declaration
Public Property OuterLow As Integer
'Usage
Dim instance As ChangeHueSaturationIntensityCommandData
Dim value As Integer
instance.OuterLow = value
value = instance.OuterLow
public int OuterLow {get; set;}
@property (nonatomic, assign) int outerLow;
public int getOuterLow()
public void setOuterLow(int value)
get_OuterLow();
set_OuterLow(value);
Object.defineProperty('OuterLow');
public:
property int OuterLow {
int get();
void set ( int value);
}
Property Value
Specifies the starting color of the color range to be changed. Valid values range from -359 through 359.