DiagramItem.ThemeStyleId Property
In This Article
Gets or sets the identifier of a style applied to the diagram item.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.2.dll
NuGet Package: DevExpress.Win.Diagram
#Declaration
#Property Value
Type | Description |
---|---|
DevExpress. |
The style identifier. |
#Remarks
Identifiers of available shape and connector styles are stored in the DevExpress.Diagram.Core.DiagramShapeStyleId and DevExpress.Diagram.Core.DiagramConnectorStyleId classes correspondingly.
See Also