Gets or sets the width and height of the ellipse that describes the arc of the rounded corners.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Overridable Property RoundRectangleEllipseSize As Size |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As RasterMagnifyGlass
Dim value As Size
instance.RoundRectangleEllipseSize = value
value = instance.RoundRectangleEllipseSize |
| C# | |
|---|
public virtual Size RoundRectangleEllipseSize {get; set;} |
| C++/CLI | |
|---|
public:
virtual property Size RoundRectangleEllipseSize {
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 Magnifying Glass shape.
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also