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

DiagramTheme.GetDiagramItemStyle(DiagramItemStyleId) Method

Returns the diagram item style corresponding to the specified identifier.

Namespace: DevExpress.Diagram.Core

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

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