Description
The color ramp start color.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property StartColor() As System.Drawing.Color
|
[C#] |
---|
public System.Drawing.Color StartColor {get; set;}
|
[Managed C++] |
---|
public: __property uint^ get_StartColor(); public: __property void set_StartColor( uint ^ );
|
[Unmanaged C++] |
---|
public: HRESULT get_StartColor( uint ** ppRetVal ); public: HRESULT put_StartColor( uint * pNewStartColor );
|
[Java] |
---|
public long getStartColor();public void setStartColor( long );
|
See Also