Gets or sets the width and height of the ellipse that describes the arc of the rounded corners.
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 .../> |
| XAML Property Element Usage | |
|---|
<object>
<object.RoundRectangleRadius>
<Size .../>
</object.RoundRectangleRadius>
</object> |
| XAML Attributes Usage | |
|---|
<object RoundRectangleRadius=Size .../> |
| 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.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also