Gets and sets hue value.
Syntax
public byte Hue {get; set;}
public: __property byte get_Hue();
public: __property void set_Hue(
byte value
);
public:
property byte Hue {
byte get();
void set ( byte value);
}
'Declaration
Public Property Hue As Byte
'Usage
Dim instance As HueRadius
Dim value As Byte
instance.Hue = value
value = instance.Hue
See Also