AtalaImageViewerScrollPosition Property |
Gets or sets the scrollbar positions.
Namespace:
Atalasoft.Imaging.Wpf
Assembly:
Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public Point ScrollPosition { get; set; }
Public Property ScrollPosition As Point
Get
Set
Property Value
Type:
Point The scrollbar positions.
Remarks These values must be greater than or equal to zero.
See Also