LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
MagnifyGlassShape Enumeration
See Also  
Leadtools.Windows.Controls Namespace : MagnifyGlassShape Enumeration



Represents the shape of the magnifying glass. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Enum MagnifyGlassShape 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As MagnifyGlassShape
C# 
public enum MagnifyGlassShape : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class MagnifyGlassShape : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
Border3D

The magnifying glass appears with a 3D border. The border thickness is specified by the MagnifyGlass.BorderThickness property and the border color is specified by the MagnifyGlass.BorderBrush property.

Ellipse

The magnifying glass appears as an ellipse. The border thickness is specified by the MagnifyGlass.BorderThickness property and the color is specified by the MagnifyGlass.BorderBrush property.

None

None

Rectangle

The magnifying glass appears as a rectangle. The border thickness is specified by the MagnifyGlass.BorderThickness property and the color is specified by the MagnifyGlass.BorderBrush property.

RoundRectangle

The magnifying glass appears as a round-rectangle. The border thickness is specified by the MagnifyGlass.BorderThickness property, the color is specified by the MagnifyGlass.BorderBrush property and the radius is specified by the MagnifyGlass.RoundRectangleRadius property.

Example

For XAML example, refer to MagnifyGlass.

For C#/VB examples, refer to MagnifyGlass.

Remarks

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

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Windows.Controls.MagnifyGlassShape

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also