AGI STK Objects 11Send 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

© 2018 Analytical Graphics, Inc. All Rights Reserved.