AGI STK Objects 11 Send comments on this topic.
FontColor Property (IAgVODataDisplayElement)
See Also 





Description

Font color of the data display.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property uint^ get_FontColor();
public: __property void set_FontColor(
uint ^
);

[Unmanaged C++]
public: HRESULT get_FontColor(
uint ** ppRetVal
);
public: HRESULT put_FontColor(
uint * pNewFontColor
);

[Java]
public long getFontColor();public void setFontColor(
long
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1