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