LEADTOOLS Windows Forms (Leadtools.WinForms assembly)
LEAD Technologies, Inc

RoundRectangleEllipseSize Property






Gets or sets the width and height of the ellipse that describes the arc of the rounded corners.
Syntax
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 Size RoundRectangleEllipseSize {get; set;}
 get_RoundRectangleEllipseSize();
set_RoundRectangleEllipseSize(value);
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.
Remarks
This property value is used only if Shape property was set to RasterMagnifyGlassShape.RoundRectangle.
Example
Refer to RasterMagnifyGlass example.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterMagnifyGlass Class
RasterMagnifyGlass Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.