AppearanceAttribute Properties
Applied to business classes and their properties. Declares a conditional appearance rule.
Name | Description |
---|---|
Appearance |
Specifies the type of UI elements affected by the conditional appearance rule created using this attribute. |
Back |
Specifies the background color of UI elements affected by the conditional appearance rule generated from this attribute instance. |
Context | Specifies the Views representing the activity scope for the conditional appearance rule generated from the current attribute. |
Criteria |
Specifies the criteria string used when determining whether Appearance |
Declaring |
This property is intended for internal use. |
Enabled | Specifies whether to enable UI elements affected by the conditional appearance rule generated from this attribute instance. |
Font |
Specifies the font color of Appearance |
Font |
Specifies the font style of Appearance |
Id | Specifies the unique identifier for the appearance rule created using the current attribute instance. |
Method | Specifies the name of the business class method used to determine whether the Conditional Appearance rule generated from this attribute is currently active. |
Priority | Specifies the priority of the conditional appearance rule generated from the current attribute instance. Used when several rules affect the same UI element. |
Target |
Specifies the identifiers of UI elements affected by the conditional appearance rule. |
Type |
When implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute. |
Visibility | Specifies the visibility of UI elements affected by the conditional appearance rule generated from this attribute instance. |
See Also