Leadtools.Windows.Controls Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.03.25
MagnifyGlassShape Enumeration
See Also  
Leadtools.Windows.Controls Namespace : MagnifyGlassShape Enumeration





Represents the shape of the Magnifying Glass.

Syntax

Visual Basic (Declaration) 
Public Enum MagnifyGlassShape 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As MagnifyGlassShape
C# 
public enum MagnifyGlassShape : Enum 
Managed Extensions for C++ 
__value public enum MagnifyGlassShape : public Enum 
C++/CLI 
public enum class MagnifyGlassShape : public Enum 
XAML Attributes Usage 

<object Shape=Leadtools.Windows.Controls.MagnifyGlassShape .../>

Members

MemberDescription
None None
Border3D The rectangular Magnifying Glass appears with a 3D border./>
Rectangle The Magnifying Glass is a Rectangle. The border brush, and the border thickness of this rectangle are specified by the BorderBrush, and BorderThickness properties respectively.
RoundRectangle The Magnifying Glass is a Round Rectangle. The border brush, the border thickness, and the arc size of the rounded corners of this round rectangle region are specified by the BorderBrush, BorderThickness, and RoundRectangleRadius properties respectively.
Ellipse The Magnifying Glass is an Ellipse. The border brush, and the border thickness of this ellipse region are specified by the BorderBrush, and BorderThickness properties respectively.

Inheritance Hierarchy

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

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also