DiagramControl.LastShapeStyles Property
In This Article
Provides access to the collection of the recently used shape styles.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.2.dll
NuGet Package: DevExpress.Win.Diagram
#Declaration
[Browsable(false)]
public virtual ReadOnlyCollection<DiagramItemStyleId> LastShapeStyles { get; protected set; }
#Property Value
Type | Description |
---|---|
Read |
A read-only collection of the recently used shape styles. |
See Also