Back to Devexpress

DiagramControl.ScrollPos Property

windowsforms-devexpress-dot-xtradiagram-dot-diagramcontrol-db25cf75.md

latest1.1 KB
Original Source

DiagramControl.ScrollPos Property

Gets or sets the current scrolling position.

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[Browsable(false)]
public PointF ScrollPos { get; set; }
vb
<Browsable(False)>
Public Property ScrollPos As PointF

Property Value

TypeDescription
PointF

A PointF value that is the current scrolling position.

|

See Also

DiagramControl Class

DiagramControl Members

DevExpress.XtraDiagram Namespace