Skip to main content
A newer version of this page is available. .

DiagramItem.ThemeStyleId Property

Gets or sets the identifier of a style applied to the diagram item.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

[Browsable(false)]
public virtual DiagramItemStyleId ThemeStyleId { get; set; }

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