C#
VB
Java
WinRT C#
C++
Gets or sets a value indicating the opacity value to use when rendering the overlayed grid.
public double Opacity { get; set; }
Public Property Opacity As Double
public double Opacity {get; set;}
public double getOpacity()
public void setOpacity(double opacity)
get_Opacity();
set_Opacity(value);
Object.defineProperty('Opacity');
public:
property double Opacity
{
double get()
void set(double value)
}
A value indicating the opacity value to use when rendering the overlayed grid. A value of 1 means opaque and a value of 0 means transparent. Legal values are between 0 and 1. The default value is 1.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET