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






Windows & Linux

Description

Background color of legend.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Background() As System.Drawing.Color
[C#]
public System.Drawing.Color Background {get; set;}
[Managed C++]
public: __property uint get_Background();
public: __property void set_Background( uint );
[Unmanaged C++]
public: HRESULT get_Background(
    uint * pVal
);
public: HRESULT put_Background(
    uint Background
);
[Java]
public long getBackground();
public void setBackground(
    long
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.