Back to Devexpress

DiagramControl.LastShapeStyles Property

windowsforms-devexpress-dot-xtradiagram-dot-diagramcontrol-bf7d7d55.md

latest1.3 KB
Original Source

DiagramControl.LastShapeStyles Property

Provides access to the collection of the recently used shape styles.

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[Browsable(false)]
public virtual ReadOnlyCollection<DiagramItemStyleId> LastShapeStyles { get; protected set; }
vb
<Browsable(False)>
Public Overridable Property LastShapeStyles As ReadOnlyCollection(Of DiagramItemStyleId)

Property Value

TypeDescription
ReadOnlyCollection<DevExpress.Diagram.Core.DiagramItemStyleId>

A read-only collection of the recently used shape styles.

|

See Also

DiagramControl Class

DiagramControl Members

DevExpress.XtraDiagram Namespace