FlowDocumentReader.CanIncreaseZoom Property
.NET Framework 3.0
Gets a value that indicates whether or not the Zoom level can be increased.
Namespace: System.Windows.Controls
Assembly: PresentationFramework (in presentationframework.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
Assembly: PresentationFramework (in presentationframework.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
'Declaration Public ReadOnly Property CanIncreaseZoom As Boolean 'Usage Dim instance As FlowDocumentReader Dim value As Boolean value = instance.CanIncreaseZoom
/** @property */ public boolean get_CanIncreaseZoom ()
public function get CanIncreaseZoom () : boolean
You cannot use this property in XAML.
Property Value
true if the Zoom level can be increased; otherwise, false. This property has no default value.Calling the IncreaseZoom method increases the Zoom level by the amount specified by the ZoomIncrement property. The value of this property is subject to the value of the MaxZoom property.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.