LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly)

Shape Property

Show in webframe





Gets or sets the shape of the magnify glass. This is a dependency property.
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:
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

See Also

Reference

MagnifyGlass Class
MagnifyGlass Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.