Enum AttributeType
Definition
Namespace: StardewUI.Framework.Grammar
Assembly: StardewUI.dll
The different types of an Attribute, independent of its value.
Inheritance
Object ⇦ ValueType ⇦ Enum ⇦ AttributeType
Fields
| Name | Value | Description |
|---|---|---|
| Property | 0 | Sets or binds a property on the target view. |
| Structural | 1 | Affects the structure or hierarchy of the view tree, e.g. by making a node conditional or repeated. |
| Behavior | 2 | Invokes a standard or custom IViewBehavior that attaches to the view. |