Class ZoomPositionParamenter
Position Parameters for executing zoom manually.
Inheritance
System.Object
ZoomPositionParamenter
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.UWP.dll
Syntax
public class ZoomPositionParamenter : Object, IZoomPositionParameter, IZoomParameter
Constructors
ZoomPositionParamenter()
Declaration
public ZoomPositionParamenter()
Properties
FocusPoint
Gets or sets the point of foucus while zooming. Usually used to specify a particular point in the content.
Declaration
public Nullable<Point> FocusPoint { get; set; }
Property Value
Type |
---|
System.Nullable<Windows.Foundation.Point> |
Remarks
Focus point for zooming can also be defined using Pointer property.
PanDelta
Gets or sets pan delta values of ZoomPositionParamenter class.
Declaration
public Nullable<Point> PanDelta { get; set; }
Property Value
Type |
---|
System.Nullable<Windows.Foundation.Point> |
ScrollDelta
Gets or sets scrolling data value of ZoomPositionParamenter class.
Declaration
public Nullable<double> ScrollDelta { get; set; }
Property Value
Type |
---|
System.Nullable<System.Double> |
ZoomCommand
Gets or sets the zoom command value of ZoomPositionParameter class.
Declaration
public ZoomCommand ZoomCommand { get; set; }
Property Value
Type |
---|
ZoomCommand |
ZoomDelta
Gets or sets zoom delta calues of ZoomPositionParamenter class.
Declaration
public Nullable<double> ZoomDelta { get; set; }
Property Value
Type |
---|
System.Nullable<System.Double> |
ZoomFactor
Percentage of scale value for each ZoomIn or ZoomOut functionality
Declaration
public Nullable<double> ZoomFactor { get; set; }
Property Value
Type |
---|
System.Nullable<System.Double> |
ZoomTo
Zoom to a particular scale value.
Declaration
public Nullable<double> ZoomTo { get; set; }
Property Value
Type |
---|
System.Nullable<System.Double> |