AppearanceObject Constructors
An appearance object.Name | Parameters | Description |
---|---|---|
AppearanceObject() | none | Initializes a new instance of the AppearanceObject class. |
AppearanceObject(AppearanceDefault) | appearanceDefault | Initializes a new instance of the AppearanceObject class with default settings. |
AppearanceObject(AppearanceObject, AppearanceDefault) | main, appearanceDefault | Initializes a new instance of the AppearanceObject class with the specified settings. |
AppearanceObject(AppearanceObject, AppearanceObject) | main, defaultAppearance | Initializes a new instance of the AppearanceObject class. |
AppearanceObject(AppearanceObject, String) | parentAppearance, name | Initializes a new instance of the AppearanceObject class with the specified name and parent. |
AppearanceObject(AppearanceObject) | parentAppearance | Initializes a new instance of the AppearanceObject class with the specified parent. |
AppearanceObject(IAppearanceOwner, AppearanceObject, String) | owner, parentAppearance, name | Initializes a new instance of the AppearanceObject class with the specified owner, parent and name. |
AppearanceObject(IAppearanceOwner, AppearanceObject) | owner, parentAppearance | Initializes a new instance of the AppearanceObject class with the specified owner and parent appearance object. |
AppearanceObject(IAppearanceOwner, Boolean) | owner, reserved | This member supports the internal infrastructure, and is not intended to be used directly from your code. |
AppearanceObject(String) | name | Initializes a new instance of the AppearanceObject class with the specified name. |
See Also