Skip to main content
.NET 6.0+

AppearanceObject Members

An appearance generated by combining all the found conditional appearance rules appropriate for the target UI element.

Constructors

Name Description
AppearanceObject() Creates a new instance of the AppearanceObject.
AppearanceObject(List<IConditionalAppearanceItem>) Creates a new instance of the AppearanceObject using the specified appearance items collection.

Properties

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.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also