[Visual Basic] Public Property BackgroundColor As Integer [C#] public int BackgroundColor { get; set; } [C++] public: __property int get_BackgroundColor(); public: __property void set_BackgroundColor(int ); [JScript] public function get BackgroundColor() : int public function set BackgroundColor(int);
Writing: encoded as RGB with alpha-channel as the most significant byte (0xAABBGGRR), where alpha=0 is opaque and alpha=255 is transparent
ImageDrawControl Class | EbsOpen Namespace