AGI STK Objects 11 Send comments on this topic.
EndColor Property (IAgFmGfxRampColor)
See Also 





Description

End color for color ramp method.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property uint^ get_EndColor();
public: __property void set_EndColor(
uint ^
);

[Unmanaged C++]
public: HRESULT get_EndColor(
uint ** ppRetVal
);
public: HRESULT put_EndColor(
uint * pNewEndColor
);

[Java]
public long getEndColor();public void setEndColor(
long
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1