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

RoundRectangleRadius Property

Show in webframe





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.
Syntax
public Size RoundRectangleRadius {get; set;}
'Declaration
 
Public Property RoundRectangleRadius As Size
'Usage
 
Dim instance As MagnifyGlass
Dim value As Size
 
instance.RoundRectangleRadius = value
 
value = instance.RoundRectangleRadius

            

            
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.
Remarks

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

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.