Gets and 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;} |
Managed Extensions for C++ | |
---|
public: __property virtual Size get_RoundRectangleEllipseSize();
public: __property virtual void set_RoundRectangleEllipseSize(
Size value
); |
C++/CLI | |
---|
public:
virtual property Size RoundRectangleEllipseSize {
Size get();
void set (Size value);
} |
Return 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also