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

Size Property

Show in webframe





Gets or sets the size of the magnify glass in pixels. This is a dependency property.
Syntax
public Size Size {get; set;}
'Declaration
 
Public Property Size As Size
'Usage
 
Dim instance As MagnifyGlass
Dim value As Size
 
instance.Size = value
 
value = instance.Size

            

            
public:
property Size Size {
   Size get();
   void set (    Size value);
}

Property Value

The width and height of the magnify glass in pixels. Default value is 200 by 200 pixels.
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.