Constructor StoryBookStringProperty
StoryBookStringProperty(string, Func<VisualElement, string>, Action<VisualElement, string>)
Constructor.
Declaration
public StoryBookStringProperty(string name, Func<VisualElement, string> getter, Action<VisualElement, string> setter)
Parameters
Type | Name | Description |
---|---|---|
string | name | The name of the property. |
Func<VisualElement, string> | getter | The getter of the property. |
Action<VisualElement, string> | setter | The setter of the property. |