DiagramTheme.ThemeShapeStyles Property
In This Article
Gets the collection of shape styles.
Namespace: DevExpress.Diagram.Core
Assembly: DevExpress.Diagram.v24.2.Core.dll
NuGet Package: DevExpress.Diagram.Core
#Declaration
public ReadOnlyCollection<DiagramItemStyle> ThemeShapeStyles { get; }
#Property Value
Type | Description |
---|---|
Read |
A collection of Diagram |
#Remarks
Styles that are stored in the ThemeShapeStyles collection are shown by the Diagram Designer in the Theme Styles group.
See Also