Gets or sets the type window-leveling algorithm used.
public Medical3DWindowLevelFillType Type { get; set; }
Public Property Type As Leadtools.Medical3d.Medical3DWindowLevelFillType
public:
property Leadtools.Medical3d.Medical3DWindowLevelFillType Type {
Leadtools.Medical3d.Medical3DWindowLevelFillType get();
void set ( Leadtools.Medical3d.Medical3DWindowLevelFillType );
}
A Medical3DWindowLevelFillType value that represents the window-leveling algorithm used. The default is Medical3DWindowLevelFillType.Linear.
The Factor property controls how the algorithm specified in this property will behave. Note that it will work on all algorithms except Medical3DWindowLevelFillType.Linear.
For an example, refer to Medical3DObject.WindowLevelProperties.
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