Skip to main content

DiagramTheme.VariantShapeStyles Property

Gets the collection of shape styles.

Namespace: DevExpress.Diagram.Core

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

NuGet Package: DevExpress.Diagram.Core

Declaration

public ReadOnlyCollection<DiagramItemStyle> VariantShapeStyles { get; }

Property Value

Type Description
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