STK X Send comments on this topic.
BackColor Property (AgUiAxVOCntrl)
See Also  Example





Description

The background color of the control.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BackColor() As System.Drawing.Color

[C#]
public System.Drawing.Color BackColor {get; set;}

[Managed C++]
public: __property uint^ get_BackColor();
public: __property void set_BackColor(
uint ^
);

[Unmanaged C++]
public: HRESULT get_BackColor(
uint ** ppRetVal
);
public: HRESULT put_BackColor(
uint * pNewBackColor
);

[Java]
public long getBackColor();public void setBackColor(
long
);

Example

[Visual Basic .NET] Copy Code
AxAgUiAx2DCntrl1.BackColor = Color.Blue

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1