EbsOpen Class Library for EBSILON®Professional

ImageDrawControl.BackgroundColor Property

[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);

Remarks

Writing: encoded as RGB with alpha-channel as the most significant byte (0xAABBGGRR), where alpha=0 is opaque and alpha=255 is transparent

See Also

ImageDrawControl Class | EbsOpen Namespace