public int OuterHigh {get; set;}
'Declaration
Public Property OuterHigh As Integer
'Usage
Dim instance As ChangeHueSaturationIntensityCommandData
Dim value As Integer
instance.OuterHigh = value
value = instance.OuterHigh
public int OuterHigh {get; set;}
@property (nonatomic, assign) int outerHigh;
public int getOuterHigh()
public void setOuterHigh(int value)
get_OuterHigh();
set_OuterHigh(value);
Object.defineProperty('OuterHigh');
public:
property int OuterHigh {
int get();
void set ( int value);
}
Property Value
Specifies the ending color of the color range to be changed. Valid values range is from -359 through 359.