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



Gets or sets the width and height of the ellipse that describes the arc of the rounded corners of this magnify glass. This is a dependency property. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Property RoundRectangleRadius As Size
Visual Basic (Usage)Copy Code
Dim instance As MagnifyGlass
Dim value As Size
 
instance.RoundRectangleRadius = value
 
value = instance.RoundRectangleRadius
C# 
public Size RoundRectangleRadius {get; set;}
C++/CLI 
public:
property Size RoundRectangleRadius {
   Size get();
   void set (    Size value);
}

Property Value

The width and the height of the ellipse that describes the arc of the rounded corners of the magnify glass shape. Default value is 20 by 20.

Example

For XAML example, refer to MagnifyGlass.

For C#/VB examples, refer to MagnifyGlass.

Remarks

This property value is used only if Shape property was set to MagnifyGlassShape.RoundRectangle.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also