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

DiagramTheme.ThemeShapeStyles Property

Gets the collection of shape styles.

Namespace: DevExpress.Diagram.Core

Assembly: DevExpress.Diagram.v18.2.Core.dll

Declaration

public ReadOnlyCollection<DiagramItemStyle> ThemeShapeStyles { get; }

Property Value

Type Description
ReadOnlyCollection<DiagramItemStyle>

A collection of DiagramItemStyle objects.

Remarks

Styles that are stored in the ThemeShapeStyles collection are shown by the Diagram Designer in the Theme Styles group.

See Also