[]
        
(Showing Draft Content)

C1.WinUI.Chart.Annotation.Square.-ctor

Square Constructor

Square()

Create an instance of Square.

Declaration
public Square()
Public Sub New()

Square(string)

Create an instance of Square.

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

Square(string, int)

Create an instance of Square.

Declaration
public Square(string value, int length)
Public Sub New(value As String, length As Integer)
Parameters
Type Name Description
string value
int length