DiagramItem.ThemeStyleId Property
Gets or sets the identifier of a style applied to the diagram item.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
DevExpress.Diagram.Core.DiagramItemStyleId | 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