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




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

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