Gets or sets the color ramp start color.
Read-write property
[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(); |
[Unmanaged C++] |
---|
public: HRESULT get_StartColor( uint * pVal ); public: HRESULT put_StartColor( uint pVal ); |
[Java] |
---|
public long getStartColor(); public void setStartColor( long ); |