DiagramTheme.GetDiagramItemStyle(DiagramItemStyleId) Method
Returns the diagram item style corresponding to the specified identifier.
Namespace: DevExpress.Diagram.Core
Assembly: DevExpress.Diagram.v25.1.Core.dll
NuGet Package: DevExpress.Diagram.Core
Declaration
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