←Select platform

RoundRectangleEllipseSize Property

Summary

Gets or sets the width and height of the ellipse that describes the arc of the rounded corners.

Syntax

C#
VB
C++
public virtual Size RoundRectangleEllipseSize { get; set; } 
  
Public Overridable Property RoundRectangleEllipseSize As Size 
public: 
virtual property Size RoundRectangleEllipseSize { 
   Size get(); 
   void set (    Size ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms Assembly