Share via


LabelTextField(String) Constructor

Definition

Constructs a new LabelTextField.

public:
 LabelTextField(System::String ^ fieldName);
public LabelTextField (string fieldName);
new Microsoft.VisualStudio.Modeling.Diagrams.LabelTextField : string -> Microsoft.VisualStudio.Modeling.Diagrams.LabelTextField
Public Sub New (fieldName As String)

Parameters

fieldName
String

Unique identifier for this ShapeField.

Applies to