Skip to main content

DiagramTheme.GetDiagramItemStyle(DiagramItemStyleId) Method

Returns the diagram item style corresponding to the specified identifier.

Namespace: DevExpress.Diagram.Core

Assembly: DevExpress.Diagram.v23.2.Core.dll

NuGet Package: DevExpress.Diagram.Core

Declaration

public DiagramItemStyle GetDiagramItemStyle(
    DiagramItemStyleId id
)

Parameters

Name Type Description
id DevExpress.Diagram.Core.DiagramItemStyleId

A DevExpress.Diagram.Core.DiagramItemStyleId object that identifies the diagram item style.

Returns

Type Description
DiagramItemStyle

A DiagramItemStyle object.

See Also