Back to Devexpress

DiagramTheme.GetDiagramItemStyle(DiagramItemStyleId) Method

corelibraries-devexpress-dot-diagram-dot-core-dot-diagramtheme-dot-getdiagramitemstyle-x28-devexpress-dot-diagram-dot-core-dot-diagramitemstyleid-x29.md

latest1.5 KB
Original Source

DiagramTheme.GetDiagramItemStyle(DiagramItemStyleId) Method

Returns the diagram item style corresponding to the specified identifier.

Namespace : DevExpress.Diagram.Core

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

NuGet Package : DevExpress.Diagram.Core

Declaration

csharp
public DiagramItemStyle GetDiagramItemStyle(
    DiagramItemStyleId id
)
vb
Public Function GetDiagramItemStyle(
    id As DiagramItemStyleId
) As DiagramItemStyle

Parameters

NameTypeDescription
idDevExpress.Diagram.Core.DiagramItemStyleId

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

|

Returns

TypeDescription
DiagramItemStyle

A DiagramItemStyle object.

|

See Also

DiagramTheme Class

DiagramTheme Members

DevExpress.Diagram.Core Namespace