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
ImGearRGBQuad Structure ImGearRGBQuad Members
©2016. Accusoft Corporation. All Rights Reserved.