Class PropertyRow
Inheritance
System.Object
PropertyRow
Syntax
public class PropertyRow : VisualElement
Constructors
PropertyRow(VisualElement)
Declaration
public PropertyRow(VisualElement label = null)
Parameters
Type |
Name |
Description |
VisualElement |
label |
|
Properties
contentContainer
Declaration
public override VisualElement contentContainer { get; }
Property Value
Type |
Description |
VisualElement |
|
label
Declaration
public VisualElement label { get; set; }
Property Value
Type |
Description |
VisualElement |
|