Skip to main content

DiagramItem.ThemeStyleId Property

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

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

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