public int Hue {get; set;}
'Declaration
Public Property Hue As Integer
'Usage
Dim instance As ChangeHueSaturationIntensityCommand
Dim value As Integer
instance.Hue = value
value = instance.Hue
public int Hue {get; set;}
@property (nonatomic, assign) int hue;
public int getHue()
public void setHue(int value)
get_Hue();
set_Hue(value);
Object.defineProperty('Hue');
public:
property int Hue {
int get();
void set ( int value);
}
Property Value
Angular amount to change the hue, in hundredths of degrees. Valid values range from -18000 through 18000. This value is divided internally by 100.