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 * pVal
);
public: HRESULT put_BgColor(
    uint BgColor
);
[Java]
public long getBgColor();
public void setBgColor(
    long
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.