Gets or sets the zoom increment applied when the user presses the plus and minus keys.
Namespace:
C1.Silverlight.LegacyAssembly: C1.Silverlight.Legacy (in C1.Silverlight.Legacy.dll)
XMLNS for XAML: http://schemas.componentone.com/winfx/2006/xaml
Syntax
| C# |
|---|
public double ZoomIncrement { get; set; } |
| Visual Basic |
|---|
Public Property ZoomIncrement As Double Get Set |
| XAML Attribute Usage |
|---|
<object ZoomIncrement="double" .../> |