AppearanceObject Properties
An appearance generated by combining all the found conditional appearance rules appropriate for the target UI element.| Name | Description |
|---|---|
| BackColor | Specifies a background color for the target UI element. |
| Enabled | Specifies an enabled state for the target UI element. |
| FontColor | Specifies a font color for the target UI element. |
| FontStyle | Specifies a font style for the target UI element. |
| Items | Provides access to a collection of appearance items that together, form a resulting appearance to be applied. |
| Visibility | Specifies a visibility state for the target UI element. |
See Also