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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1