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