Class ScrollPosition
Represents a scroll position with horizontal and vertical offsets.
Inheritance
System.Object
ScrollPosition
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
public class ScrollPosition : Object
Constructors
ScrollPosition()
Declaration
public ScrollPosition()
Properties
ScrollLeft
Specifies the horizontal scroll offset in pixels
Declaration
public double ScrollLeft { get; set; }
Property Value
Type |
---|
System.Double |
ScrollTop
Specifies the vertical scroll offset in pixels
Declaration
public double ScrollTop { get; set; }
Property Value
Type |
---|
System.Double |