IAppearance Properties
Declares the basic properties of conditional appearance rules. Serves as the base interface for the IAppearanceRuleProperties interface.| Name | Description |
|---|---|
| BackColor | Specifies the background color of UI elements affected by the conditional appearance rule. |
| Enabled | Specifies whether UI elements affected by the conditional appearance rule must be enabled. |
| FontColor | Specifies the font color of UI elements affected by the conditional appearance rule. |
| FontStyle | Specifies the font style of UI elements affected by the conditional appearance rule. |
| Priority | Specifies the volume of the conditional appearance rule. Used when several rules affect the same UI element. |
| Visibility | Specifies the visibility of UI elements affected by a conditional appearance rule. |
See Also