menu

UWP

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

    Show / Hide Table of Contents

    Class ScrollChanged

    Represents a struct that provides data about ViewPortChangedEvent event.

    Inheritance
    System.Object
    ScrollChanged
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public sealed class ScrollChanged : ValueType

    Properties

    ContentBounds

    Gets the content bounds value of the SfDiagram control.

    Declaration
    public Rect ContentBounds { get; }
    Property Value
    Type
    Windows.Foundation.Rect

    CurrentZoom

    Gets the current zoom value of the SfDiagram control.

    Declaration
    public double CurrentZoom { get; }
    Property Value
    Type
    System.Double

    MaxZoom

    Gets the maximum zooming value of the control.

    Declaration
    public double MaxZoom { get; }
    Property Value
    Type
    System.Double

    MinZoom

    Gets the minimum zooming value of the control.

    Declaration
    public double MinZoom { get; }
    Property Value
    Type
    System.Double

    PageBounds

    Gets the page bounds value of the SfDiagram control.

    Declaration
    public Rect PageBounds { get; }
    Property Value
    Type
    Windows.Foundation.Rect

    ScrollFactor

    Gets the scrolling factor value of the control.

    Declaration
    public Nullable<double> ScrollFactor { get; }
    Property Value
    Type
    System.Nullable<System.Double>

    ViewPort

    Gets the View port bounds value of the control.

    Declaration
    public Rect ViewPort { get; }
    Property Value
    Type
    Windows.Foundation.Rect

    ZoomFactor

    Gets the zoom factor value of the control.

    Declaration
    public double ZoomFactor { get; }
    Property Value
    Type
    System.Double

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved