public int InnerHigh {get; set;}
'Declaration
Public Property InnerHigh As Integer
'Usage
Dim instance As ChangeHueSaturationIntensityCommandData
Dim value As Integer
instance.InnerHigh = value
value = instance.InnerHigh
public int InnerHigh {get; set;}
@property (nonatomic, assign) int innerHigh;
public int getInnerHigh()
public void setInnerHigh(int value)
get_InnerHigh();
set_InnerHigh(value);
Object.defineProperty('InnerHigh');
public:
property int InnerHigh {
int get();
void set ( int value);
}
Property Value
Specifies the ending color of the color range to be fully changed. The valid range is between the OuterLow and OuterHigh values.