Leadtools.Windows.Controls Namespace : MagnifyGlassCrosshair Enumeration |
public enum MagnifyGlassCrosshair : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum MagnifyGlassCrosshair Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As MagnifyGlassCrosshair
public enum class MagnifyGlassCrosshair : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | None |
No Crosshair |
0x00000001 | 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.
For XAML example, refer to MagnifyGlass.
For C#/VB examples, refer to MagnifyGlass.
System.Object
System.ValueType
System.Enum
Leadtools.Windows.Controls.MagnifyGlassCrosshair