DiagramTheme.GetDiagramItemStyle(DiagramItemStyleId) Method
In This Article
Returns the diagram item style corresponding to the specified identifier.
Namespace: DevExpress.Diagram.Core
Assembly: DevExpress.Diagram.v24.2.Core.dll
NuGet Package: DevExpress.Diagram.Core
#Declaration
public DiagramItemStyle GetDiagramItemStyle(
DiagramItemStyleId id
)
#Parameters
Name | Type | Description |
---|---|---|
id | DevExpress. |
A DevExpress. |
#Returns
Type | Description |
---|---|
Diagram |
A Diagram |
See Also