'Declaration Public Property ZoomPercentage As Double
'Usage Dim instance As Zoombox Dim value As Double instance.ZoomPercentage = value value = instance.ZoomPercentage
public double ZoomPercentage {get; set;}
Property Value
The zoom commands are hooked up to key strokes using an InputBindingCollection within the Resources section of the Zoombox template. The default key bindings map Ctrl+Left and Ctrl+Up to the ZoomOut command and Ctrl+Right and Ctrl+Down to the ZoomIn command. Keyboard focus must be within the Zoombox to scale the content via the key bindings. The default value is 5%.