Class ZoomParamenter
Parameter for executing zoom manually
Inheritance
System.Object
ZoomParamenter
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.Wpf.dll
Syntax
public class ZoomParamenter : 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 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 double? ZoomFactor { get; set; }
Property Value
Type |
---|
System.Nullable<System.Double> |
ZoomTo
Zoom to a particular scale value.
Declaration
public double? ZoomTo { get; set; }
Property Value
Type |
---|
System.Nullable<System.Double> |