Class ScrollChanged
Represents a struct that provides data about ViewPortChangedEvent event.
Inheritance
System.Object
ScrollChanged
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.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 |
---|
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 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 |
---|
System.Windows.Rect |
ZoomFactor
Gets the zoom factor value of the control.
Declaration
public double ZoomFactor { get; }
Property Value
Type |
---|
System.Double |