←Select platform

Size Property

Summary

Gets or sets the size of the magnify glass in pixels. This is a dependency property.

Syntax

C#
VB
C++
public Size Size { get; set; } 
  
Public Property Size As Size 
public: 
property Size Size { 
   Size get(); 
   void set (    Size ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Controls Assembly