ComponentOne Basic Library for WPF and Silverlight
ZoomMode Enumeration


C1.WPF Namespace : ZoomMode Enumeration
Indicates the current mode for zoom behavior in the ScrollViewer content.
Syntax
'Declaration
 
Public Enum ZoomMode 
   Inherits System.Enum
'Usage
 
Dim instance As ZoomMode
public enum ZoomMode : System.Enum 
Members
MemberDescription
DisabledZoom of content is disabled.
EnabledZoom of content is enabled.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.WPF.ZoomMode

See Also

Reference

C1.WPF Namespace