Gets or sets red value.
Syntax
public byte Red {get; set;}
public: __property byte get_Red();
public: __property void set_Red(
byte value
);
public:
property byte Red {
byte get();
void set ( byte value);
}
'Declaration
Public Property Red As Byte
'Usage
Dim instance As ImGearRGBQuad
Dim value As Byte
instance.Red = value
value = instance.Red
Property Value
Byte value.
See Also