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;} |
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.For XAML example, refer to MagnifyGlass.
For C#/VB examples, refer to MagnifyGlass.
This property value is used only if Shape property was set to MagnifyGlassShape.RoundRectangle.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family