Visual Basic (Declaration) | |
---|---|
Public Property RoundRectangleRadius As Size |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Size RoundRectangleRadius {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property Size get_RoundRectangleRadius(); public: __property void set_RoundRectangleRadius( Size value ); |
XAML Attributes Usage | |
---|---|
<object RoundRectangleRadius=Size .../> |
Dependency Property Information | |
---|---|
Identifier field | |
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.
This property value is used only if the Shape property
is set to MagnifyGlassShape.RoundRectangle.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family