Gets or sets the width and height of the ellipse that describes the arc of the rounded corners.
public virtual Size RoundRectangleEllipseSize {get; set;}
'Declaration
Public Overridable Property RoundRectangleEllipseSize As Size
'Usage
Dim instance As RasterMagnifyGlass
Dim value As Size
instance.RoundRectangleEllipseSize = value
value = instance.RoundRectangleEllipseSize
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.