←Select platform

MagnifyGlassCrosshair Enumeration

Summary

Represents the type of magnifying glass crosshair.

Syntax

C#
VB
C++
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

ValueMemberDescription
0None

No Crosshair

1Fine

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

Remarks

This enumeration is used as the value for the MagnifyGlass.Crosshair property.

Example

For XAML example, refer to MagnifyGlass.

For C#/VB examples, refer to MagnifyGlass.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Controls Assembly