Skip to main content
A newer version of this page is available. .

DiagramAppearanceObject.Options Property

Provides options that determine which appearance settings should be applied to a diagram item.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

public DiagramAppearanceOptions Options { get; }

Property Value

Type Description
DiagramAppearanceOptions

A DevExpress.XtraDiagram.DiagramAppearanceOptions object.

See Also