Back to Devexpress

DiagramControl.DiagramViewInfo Property

windowsforms-devexpress-dot-xtradiagram-dot-diagramcontrol-18cea37e.md

latest1.2 KB
Original Source

DiagramControl.DiagramViewInfo Property

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

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[Browsable(false)]
public DiagramControlViewInfo DiagramViewInfo { get; }
vb
<Browsable(False)>
Public ReadOnly Property DiagramViewInfo As DiagramControlViewInfo

Property Value

TypeDescription
DevExpress.XtraDiagram.ViewInfo.DiagramControlViewInfo

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

|

See Also

DiagramControl Class

DiagramControl Members

DevExpress.XtraDiagram Namespace