Visual Basic (Declaration) | |
---|---|
Public Enum MagnifyGlassCrosshair Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As MagnifyGlassCrosshair |
C# | |
---|---|
public enum MagnifyGlassCrosshair : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class MagnifyGlassCrosshair : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
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 |
None | No Crosshair |
For XAML example, refer to MagnifyGlass.
For C#/VB examples, refer to MagnifyGlass.
This enumeration is used as the value for the MagnifyGlass.Crosshair property.
System.Object
System.ValueType
System.Enum
Leadtools.Windows.Controls.MagnifyGlassCrosshair
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family