Class ZoomParamenter
Parameter for executing zoom manually
Inheritance
System.Object
ZoomParamenter
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public class ZoomParamenter : Object, IZoomPositionParameter, IZoomParameter
Constructors
ZoomParamenter()
Declaration
public ZoomParamenter()
Properties
FocusPoint
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<System.Windows.Point> |
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> |