alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class ScrollPosition

    Represents a scroll position with horizontal and vertical offsets.

    Inheritance
    object
    ScrollPosition
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved