Interface IZoomPositionParameter
Parameter for executing zoom manually
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public interface IZoomPositionParameter : IZoomParameter
Properties
FocusPoint
Point of foucus while zooming. Usually used to specify a particular point in the content.
Declaration
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
Nullable<double> ZoomFactor { get; set; }
Property Value
Type |
---|
System.Nullable<System.Double> |
ZoomTo
Zoom to a particular scale value.
Declaration
Nullable<double> ZoomTo { get; set; }
Property Value
Type |
---|
System.Nullable<System.Double> |