Skip to main content

DiagramControl.ScrollPos Property

Gets or sets the current scrolling position.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

[Browsable(false)]
public PointF ScrollPos { get; set; }

Property Value

Type Description
PointF

A PointF value that is the current scrolling position.

See Also