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






Windows & Linux

Description

Select the color in which the track label will be displayed.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LabelColor() As System.Drawing.Color
[C#]
public System.Drawing.Color LabelColor {get; set;}
[Managed C++]
public: __property uint^ get_LabelColor();
public: __property void set_LabelColor(
   uint ^
);
[Unmanaged C++]
public: HRESULT get_LabelColor(
   uint ** ppRetVal
);
public: HRESULT put_LabelColor(
   uint * pNewLabelColor
);
[Java]
public long getLabelColor();public void setLabelColor(
   long
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.