menu

WPF

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

    Show / Hide Table of Contents

    Struct ScrollChanged

    Represents a struct that provides data about ViewPortChangedEvent event.

    Inherited Members
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public struct ScrollChanged

    Properties

    ContentBounds

    Gets the content bounds value of the SfDiagram control.

    Declaration
    public Rect ContentBounds { get; }
    Property Value
    Type
    System.Windows.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
    System.Windows.Rect

    ScrollFactor

    Gets the scrolling factor value of the control.

    Declaration
    public 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
    System.Windows.Rect

    ZoomFactor

    Gets the zoom factor value of the control.

    Declaration
    public double ZoomFactor { get; }
    Property Value
    Type
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved