Skip to main content

DiagramControl.DiagramViewInfo Property

Returns the object which contains the internal information used to render the DiagramControl.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

[Browsable(false)]
public DiagramControlViewInfo DiagramViewInfo { get; }

Property Value

Type Description
DevExpress.XtraDiagram.ViewInfo.DiagramControlViewInfo

An object that contains the internal information used to render the DiagramControl.

See Also