AGI STK Objects 11 Send comments on this topic.
BgColor Property (IAgVODataDisplayElement)
See Also 
Windows






Windows & Linux

Description

The color of the data display background.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property uint^ get_BgColor();
public: __property void set_BgColor(
uint ^
);

[Unmanaged C++]
public: HRESULT get_BgColor(
uint ** ppRetVal
);
public: HRESULT put_BgColor(
uint * pNewBgColor
);

[Java]
public long getBgColor();public void setBgColor(
long
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface