Back to Devexpress

DiagramTheme.VariantShapeStyles Property

corelibraries-devexpress-dot-diagram-dot-core-dot-diagramtheme-29b5875b.md

latest1.5 KB
Original Source

DiagramTheme.VariantShapeStyles 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> VariantShapeStyles { get; }
vb
Public ReadOnly Property VariantShapeStyles As ReadOnlyCollection(Of DiagramItemStyle)

Property Value

TypeDescription
ReadOnlyCollection<DiagramItemStyle>

A collection of DiagramItemStyle objects.

|

Remarks

Styles that are stored in the VariantShapeStyles collection are shown by the Diagram Designer in the Variant Styles group. When a shape is created its default color scheme is taken from this group.

See Also

DiagramTheme Class

DiagramTheme Members

DevExpress.Diagram.Core Namespace