DiagramAppearanceObject(IAppearanceOwner, AppearanceObject, String) Constructor
Initializes a new instance of the DiagramAppearanceObject class with specified settings.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.1.dll
NuGet Package: DevExpress.Win.Diagram
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