AGI STK Objects 11 Send comments on this topic.
TextColor Property (IAgVmVOLegend)
See Also 





Description

Set the color of the legend text.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property uint^ get_TextColor();
public: __property void set_TextColor(
uint ^
);

[Unmanaged C++]
public: HRESULT get_TextColor(
uint ** ppRetVal
);
public: HRESULT put_TextColor(
uint * pNewTextColor
);

[Java]
public long getTextColor();public void setTextColor(
long
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1