Leadtools.Windows.Controls Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
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. This is a dependency property.

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);
}
XAML Attributes Usage 

<object RoundRectangleRadius=Size .../>

Dependencies Property Information 

Identifier field

RoundRectangleRadiusProperty

Metadata properties set to true

AffectsRender

XAML Property Element Usage 

<object> <object.RoundRectangleRadius> <Size .../> </object.RoundRectangleRadius> </object>

XAML Attributes Usage 

<object RoundRectangleRadius=Size .../>

Dependencies Property Information 

Identifier field

RoundRectangleRadiusProperty

Metadata properties set to true

AffectsRender

XAML Property Element Usage 

<object> <object.RoundRectangleRadius> <Size .../> </object.RoundRectangleRadius> </object>

Return Value

The width and the height of the ellipse that describes the arc of the rounded corners of the Magnifying Glass shape.

Example

For XAML example, refer to Shape.

For C#/VB examples, refer to Shape.

Remarks

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

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also