[]
        
(Showing Draft Content)

C1.C1Preview.C1AnchorText.-ctor

C1AnchorText Constructor

C1AnchorText()

Initializes a new instance of the C1AnchorText class.

Declaration
public C1AnchorText()

C1AnchorText(string)

Initializes a new instance of the C1AnchorText class.

Declaration
public C1AnchorText(string name)
Parameters
Type Name Description
string name

The anchor's name.

C1AnchorText(string, string)

Initializes a new instance of the C1AnchorText class.

Declaration
public C1AnchorText(string name, string description)
Parameters
Type Name Description
string name

The anchor's name.

string description

The anchor's description.

C1AnchorText(string, string, object)

Initializes a new instance of the C1AnchorText class.

Declaration
public C1AnchorText(string name, string description, object userData)
Parameters
Type Name Description
string name

The anchor's name.

string description

The anchor's description.

object userData

Arbitrary user data.

C1AnchorText(string, int)

Initializes a new instance of the C1AnchorText class.

Declaration
public C1AnchorText(string name, int position)
Parameters
Type Name Description
string name

The anchor's name.

int position

The position within the text.

C1AnchorText(string, string, int)

Initializes a new instance of the C1AnchorText class.

Declaration
public C1AnchorText(string name, string description, int position)
Parameters
Type Name Description
string name

The anchor's name.

string description

The anchor's description.

int position

The position within the text.

C1AnchorText(string, string, object, int)

Initializes a new instance of the C1AnchorText class.

Declaration
public C1AnchorText(string name, string description, object userData, int position)
Parameters
Type Name Description
string name

The anchor's name.

string description

The anchor's description.

object userData

Arbitrary user data.

int position

The position within the text.