Back to Devexpress

DiagramTheme.ThemeShapeStyles Property

corelibraries-devexpress-dot-diagram-dot-core-dot-diagramtheme-c56643b3.md

latest1.4 KB
Original Source

DiagramTheme.ThemeShapeStyles Property

Gets the collection of shape styles.

Namespace : DevExpress.Diagram.Core

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

NuGet Package : DevExpress.Diagram.Core

Declaration

csharp
public ReadOnlyCollection<DiagramItemStyle> ThemeShapeStyles { get; }
vb
Public ReadOnly Property ThemeShapeStyles As ReadOnlyCollection(Of DiagramItemStyle)

Property Value

TypeDescription
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

DiagramTheme Class

DiagramTheme Members

DevExpress.Diagram.Core Namespace