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