LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
Size Property
See Also 
Leadtools.Windows.Controls Namespace > MagnifyGlass Class : Size Property



Gets or sets the size of the magnify glass in pixels. This is a dependency property. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Property Size As Size
Visual Basic (Usage)Copy Code
Dim instance As MagnifyGlass
Dim value As Size
 
instance.Size = value
 
value = instance.Size
C# 
public Size Size {get; set;}
C++/CLI 
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: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also