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
Point? FocusPoint { get; set; }
Property Value
Type |
---|
System.Nullable<System.Windows.Point> |
ZoomFactor
Percentage of scale value for each ZoomIn or ZoomOut functionality
Declaration
double? ZoomFactor { get; set; }
Property Value
Type |
---|
System.Nullable<System.Double> |
ZoomTo
Zoom to a particular scale value.
Declaration
double? ZoomTo { get; set; }
Property Value
Type |
---|
System.Nullable<System.Double> |