Skip to main content
A newer version of this page is available. .

DiagramAppearanceObject(IAppearanceOwner, AppearanceObject, String) Constructor

Initializes a new instance of the DiagramAppearanceObject class with specified settings.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

public DiagramAppearanceObject(
    IAppearanceOwner owner,
    AppearanceObject parentAppearance,
    string name
)

Parameters

Name Type Description
owner DevExpress.Utils.IAppearanceOwner

An object that implements the DevExpress.Utils.IAppearanceOwner interface and will own the created collection.

parentAppearance AppearanceObject

A DevExpress.Utils.AppearanceObject object which represents the parent appearance object. This value is assigned to the ParentAppearance property.

name String

A System.String value specifying the name of the created object. This value is assigned to the Name property.

See Also