Class ScrollPosition
Represents a scroll position with horizontal and vertical offsets.
Inherited Members
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
public class ScrollPosition
Constructors
ScrollPosition()
Declaration
public ScrollPosition()
Properties
ScrollLeft
Specifies the horizontal scroll offset in pixels
Declaration
[JsonPropertyName("scrollLeft")]
public double ScrollLeft { get; set; }
Property Value
| Type |
|---|
| double |
ScrollTop
Specifies the vertical scroll offset in pixels
Declaration
[JsonPropertyName("scrollTop")]
public double ScrollTop { get; set; }
Property Value
| Type |
|---|
| double |