Description
Whether the color ramp is used. Setting this
property has no effect if the color ramp is not supported.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property UseColorRamp() As Boolean
|
[C#] |
public bool UseColorRamp {get; set;}
|
[Managed C++] |
public: __property bool get_UseColorRamp();
public: __property void set_UseColorRamp(
bool
);
|
[Unmanaged C++] |
public: HRESULT get_UseColorRamp(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseColorRamp(
VARIANT_BOOL NewUseColorRamp
);
|
[Java] |
public bool getUseColorRamp();public void setUseColorRamp(
bool
);
|
See Also