Appearance Members
Contains a LayoutItem cell’s states.Constructors
| Name | Description |
|---|---|
| Appearance() | Initializes a new instance of the Appearance class. |
Fields
| Name | Description |
|---|---|
| ActiveProperty static | Identifies the Active dependency property. |
| NormalProperty static | Identifies the Normal dependency property. |
Properties
| Name | Description |
|---|---|
| Active | Gets or sets appearance properties that are applied to the item when it is active. This is a dependency property. |
| Normal | Gets or sets appearance properties that are applied to the item when it is in the normal state (inactive). This is a dependency property. |
See Also