Back to Devexpress

AppearanceObject Constructors

windowsforms-devexpress-dot-utils-dot-appearanceobject-dot-ctor.md

latest3.3 KB
Original Source

AppearanceObject Constructors

An appearance object.

NameParametersDescription
AppearanceObject()noneInitializes a new instance of the AppearanceObject class.
AppearanceObject(AppearanceDefault)appearanceDefaultInitializes a new instance of the AppearanceObject class with default settings.
AppearanceObject(AppearanceObject, AppearanceDefault)main, appearanceDefaultInitializes a new instance of the AppearanceObject class with the specified settings.
AppearanceObject(AppearanceObject, AppearanceObject)main, defaultAppearanceInitializes a new instance of the AppearanceObject class.
AppearanceObject(AppearanceObject, String)parentAppearance, nameInitializes a new instance of the AppearanceObject class with the specified name and parent.
AppearanceObject(AppearanceObject)parentAppearanceInitializes a new instance of the AppearanceObject class with the specified parent.
AppearanceObject(IAppearanceOwner, AppearanceObject, String)owner, parentAppearance, nameInitializes a new instance of the AppearanceObject class with the specified owner, parent and name.
AppearanceObject(IAppearanceOwner, AppearanceObject)owner, parentAppearanceInitializes a new instance of the AppearanceObject class with the specified owner and parent appearance object.
AppearanceObject(IAppearanceOwner, Boolean)owner, reservedThis member supports the internal infrastructure, and is not intended to be used directly from your code.
AppearanceObject(String)nameInitializes a new instance of the AppearanceObject class with the specified name.

See Also

AppearanceObject Class

AppearanceObject Members

DevExpress.Utils Namespace