Back to Devexpress

DiagramControl.LastShapeStyles Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcontrol-a19e6c87.md

latest1.3 KB
Original Source

DiagramControl.LastShapeStyles Property

Provides access to the collection of the recently used shape styles. This is a dependency property.

Namespace : DevExpress.Xpf.Diagram

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

NuGet Package : DevExpress.Wpf.Diagram

Declaration

csharp
[Browsable(false)]
public ReadOnlyCollection<DiagramItemStyleId> LastShapeStyles { get; }
vb
<Browsable(False)>
Public ReadOnly 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.Xpf.Diagram Namespace