public int InnerLow {get; set;}
'Declaration
Public Property InnerLow As Integer
'Usage
Dim instance As ChangeHueSaturationIntensityCommandData
Dim value As Integer
instance.InnerLow = value
value = instance.InnerLow
public int InnerLow {get; set;}
@property (nonatomic, assign) int innerLow;
public int getInnerLow()
public void setInnerLow(int value)
get_InnerLow();
set_InnerLow(value);
Object.defineProperty('InnerLow');
public:
property int InnerLow {
int get();
void set ( int value);
}
Property Value
Specifies the starting color of the color range to be fully changed. The valid range is between the OuterLow and OuterHigh values.