Skip to main content
.NET 6.0+

IAppearanceRuleProperties Members

Declares members implemented by conditional appearance rules and the IModelAppearanceRule nodes.

Properties

Name Description
AppearanceItemType Specifies the type of UI elements affected by the conditional appearance rule.
BackColor Specifies the background color of UI elements affected by the conditional appearance rule. Inherited from IAppearance.
Context Specifies the Views in which the conditional appearance rule is in effect.
Criteria Specifies the criteria string used when determining whether IAppearanceRuleProperties.TargetItems should be affected by the conditional appearance rule.
DeclaringType Gets the target type of the appearance rule.
Enabled Specifies whether UI elements affected by the conditional appearance rule must be enabled. Inherited from IAppearance.
FontColor Specifies the font color of UI elements affected by the conditional appearance rule. Inherited from IAppearance.
FontStyle Specifies the font style of UI elements affected by the conditional appearance rule. Inherited from IAppearance.
Method Specifies the name of the business class method used to determine whether the Conditional Appearance rule is currently active.
Priority Specifies the volume of the conditional appearance rule. Used when several rules affect the same UI element. Inherited from IAppearance.
TargetItems Specifies the identifiers of UI elements affected by the conditional appearance rule.
Visibility Specifies the visibility of UI elements affected by a conditional appearance rule. Inherited from IAppearance.
See Also