Class InspectableAttribute
Inheritance
InspectableAttribute
Syntax
public class InspectableAttribute : Attribute
Constructors
InspectableAttribute(String, Object, String)
Declaration
public InspectableAttribute(string labelName, object defaultValue, string customStyleName = "")
Parameters
Properties
customStyleName
Declaration
public string customStyleName { get; }
Property Value
defaultValue
Declaration
public object defaultValue { get; }
Property Value
labelName
Declaration
public string labelName { get; }
Property Value