Represents the type of magnifying glass crosshair.
public enum MagnifyGlassCrosshair
Public Enum MagnifyGlassCrosshair
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
public enum class MagnifyGlassCrosshair : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
0 | None |
No Crosshair |
1 | Fine |
The crosshair displays as crossed lines. The thickness of each line is specified by the MagnifyGlass.CrosshairThickness property, and the color of each line specified by the MagnifyGlass.CrosshairBrush/> property |
This enumeration is used as the value for the MagnifyGlass.Crosshair property.
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