LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly)
LEAD Technologies, Inc

MagnifyGlassShape Enumeration






Represents the shape of the magnifying glass. .NET support Silverlight support
Syntax
'Declaration
 
Public Enum MagnifyGlassShape 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As MagnifyGlassShape
public enum MagnifyGlassShape : System.IComparableSystem.IConvertibleSystem.IFormattable  
Leadtools.Windows.Controls.MagnifyGlassShape = function() { };
Leadtools.Windows.Controls.MagnifyGlassShape.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class MagnifyGlassShape : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
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.

Remarks

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

Example

For XAML example, refer to MagnifyGlass.

For C#/VB examples, refer to MagnifyGlass.

Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Leadtools.Windows.Controls Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.