EllipseWidth Property
Summary
Gets or sets ellipse width.
Syntax
public int EllipseWidth { get; set; }
Public Property EllipseWidth As Integer
public:
property int EllipseWidth {
int get();
void set ( int );
}
Property Value
Value indicating the width of the ellipse used when drawing a rounded rectangle.