STK ObjectsSend comments on this topic.
ColorRampEndColor Property (IAgVeGfxTimeComponentsEventCollectionElement)
See Also
Windows





Windows & Linux

Description

The end color of the color ramp. Setting this property has no effect if the color ramp is not supported.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ColorRampEndColor() As System.Drawing.Color
[C#]
public System.Drawing.Color ColorRampEndColor {get; set;}
[Managed C++]
public: __property uint get_ColorRampEndColor();
public: __property void set_ColorRampEndColor( uint );
[Unmanaged C++]
public: HRESULT get_ColorRampEndColor(
    uint * pRetVal
);
public: HRESULT put_ColorRampEndColor(
    uint ColorRampEndColor
);
[Java]
public long getColorRampEndColor();
public void setColorRampEndColor(
    long
);
[Python - STK API ]
@property
def ColorRampEndColor(self) -> agi.stk12.utilities.colors.Color:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.