menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ScrollPosition - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved