STK ObjectsSend comments on this topic.
EndColor Property (IAgFmGfxRampColor)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_EndColor(
    uint EndColor
);
[Java]
public long getEndColor();
public void setEndColor(
    long
);
[Python - STK API ]
@property
def EndColor(self) -> agi.stk12.utilities.colors.Color:

@EndColor.setter
def EndColor(self, EndColor:agi.stk12.utilities.colors.Color) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.