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

Shape Property






Gets or sets the shape of the magnify glass. This is a dependency property. .NET support Silverlight support
Syntax
public MagnifyGlassShape Shape {get; set;}
'Declaration
 
Public Property Shape As MagnifyGlassShape
'Usage
 
Dim instance As MagnifyGlass
Dim value As MagnifyGlassShape
 
instance.Shape = value
 
value = instance.Shape
public MagnifyGlassShape Shape {get; set;}
 get_Shape();
set_Shape(value);
public:
property MagnifyGlassShape Shape {
   MagnifyGlassShape get();
   void set (    MagnifyGlassShape value);
}

Property Value

An MagnifyGlassShape enumeration member that specifies the shape of the magnify glass. Default value is MagnifyGlassShape.RoundRectangle.
Remarks
In WPF Express, default is rectangle.
Example

For XAML example, refer to MagnifyGlass.

For C#/VB examples, refer to MagnifyGlass.

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

MagnifyGlass Class
MagnifyGlass Members

 

 


Products | Support | Contact Us | Copyright Notices

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