Class Ellipse
Ellipse class
Represents ellipse.
public sealed class Ellipse : Shape
Constructors
| Name | Description |
|---|
| Ellipse(double, double, double, double) | Initializes a new instance of the Ellipse class. |
Properties
| Name | Description |
|---|
| Bottom { get; set; } | Gets or sets a float value that indicates the bottom position of the ellipse. |
| GraphInfo { get; set; } | Gets or sets a GraphInfo object that indicates the graph info,such as color, line width,etc. |
| Height { get; set; } | Gets or sets a float value that indicates the height of the ellipse. |
| Left { get; set; } | Gets or sets a float value that indicates the left position of the ellipse. |
| Text { get; set; } | Gets or sets a text for shape |
| Width { get; set; } | Gets or sets a float value that indicates the width of the ellipse. |
Methods
See Also