Class DraggableLabelListViewItem
Namespace: Unity.Industrial.Forma.Editor.UI
Syntax
public class DraggableLabelListViewItem : VisualElement
Constructors
DraggableLabelListViewItem(String)
Declaration
public DraggableLabelListViewItem(string labelText = "")
Parameters
Type | Name | Description |
---|---|---|
String | labelText |
Properties
label
Declaration
public Label label { get; }
Property Value
Type | Description |
---|---|
Label |