DiagramItem.Appearance Property
In This Article
Provides access to the item’s appearance settings.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.2.dll
NuGet Package: DevExpress.Win.Diagram
#Declaration
[DXCategory("Appearance")]
public virtual DiagramAppearanceObject Appearance { get; }
#Property Value
Type | Description |
---|---|
Diagram |
The object that provides the item’s appearance settings. |
See Also