Back to Devexpress

PictureEdit.HorizontalScrollPosition Property

windowsforms-devexpress-dot-xtraeditors-dot-pictureedit-66fcc627.md

latest1.6 KB
Original Source

PictureEdit.HorizontalScrollPosition Property

Gets the horizontal scroll position, in coordinates of the viewport.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public float HorizontalScrollPosition { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property HorizontalScrollPosition As Single

Property Value

TypeDescription
Single

The horizontal scroll position, in coordinates of the viewport.

|

See Also

ZoomPercent

ImageToViewport(Point)

ViewportToImage(Point)

PictureEdit Class

PictureEdit Members

DevExpress.XtraEditors Namespace