Opacity

Gets and sets the opacity for the contour map. This value can be any value between 0, for transparent, and 1 for opaque.

This property is applied only when the DisplayStyle property is set to CDS_CONTOUR_STYLE_COLORS or CDS_CONTOUR_STYLE_LINES_AND_COLORS.

JavaScript

 

 

 

Opacity

 

C#

 

 

 

double Opacity { get; set; }

 

C++

 

 

 

HRESULT Opacity ([out, retval] double* Opacity)

HRESULT Opacity ([in] double Opacity)