[]
        
(Showing Draft Content)

C1.WinUI.Chart.Annotation.Ellipse.-ctor

Ellipse Constructor

Ellipse()

Create an instance of Ellipse.

Declaration
public Ellipse()
Public Sub New()

Ellipse(string)

Create an instance of Ellipse.

Declaration
public Ellipse(string value)
Public Sub New(value As String)
Parameters
Type Name Description
string value

Ellipse(string, int, int)

Create an instance of Ellipse.

Declaration
public Ellipse(string value, int width, int height)
Public Sub New(value As String, width As Integer, height As Integer)
Parameters
Type Name Description
string value
int width
int height