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





Description

Text color of legend

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property uint^ get_Text();
public: __property void set_Text(
uint ^
);

[Unmanaged C++]
public: HRESULT get_Text(
uint ** ppRetVal
);
public: HRESULT put_Text(
uint * pNewText
);

[Java]
public long getText();public void setText(
long
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1