Leadtools.Windows.Controls Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.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 
C++/CLI 
public enum class MagnifyGlassShape : public Enum 
XAML Attributes Usage 

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

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 MagnifyGlass.BorderBrush, and MagnifyGlass.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 MagnifyGlass.BorderBrush, MagnifyGlass.BorderThickness, and MagnifyGlass.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 MagnifyGlass.BorderBrush, and MagnifyGlass.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, Windows Server 2003 family, Windows Server 2008 family

See Also