Leadtools.WinForms Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RoundRectangleEllipseSize Property
See Also 
Leadtools.WinForms Namespace > RasterMagnifyGlass Class : RoundRectangleEllipseSize Property



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);
}

Return Value

The width and the height of the ellipse that describes the arc of the rounded corners of the Magnifying Glass shape.

Example

Refer to RasterMagnifyGlass example.

Remarks

This property value is used only if Shape property was set to RasterMagnifyGlassShape.RoundRectangle.

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