Class PropertyHolder
Inheritance
PropertyHolder
Syntax
public class PropertyHolder : VisualElement
Constructors
PropertyHolder()
Declaration
Properties
Visible
Declaration
public bool Visible { get; set; }
Property Value
Methods
WithControl(PropertyHolder.ControlCreationCallback)
Declaration
public PropertyHolder WithControl(PropertyHolder.ControlCreationCallback newControl)
Parameters
Returns
WithLabel(String)
Declaration
public PropertyHolder WithLabel(string labelText)
Parameters
Type |
Name |
Description |
String |
labelText |
|
Returns
WithMultipleControls(PropertyHolder.MultipleControlCreationCallback)
Declaration
public PropertyHolder WithMultipleControls(PropertyHolder.MultipleControlCreationCallback newControls)
Parameters
Returns