C1.Silverlight Namespace / ZoomMode Enumeration

ZoomMode Enumeration
Indicates the current mode for zoom behavior in the ScrollViewer content.
Syntax
'Declaration
 
Public Enum ZoomMode 
   Inherits System.Enum
 
Members
MemberDescription
DisabledZoom of content is disabled.
EnabledZoom of content is enabled.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Silverlight.ZoomMode

See Also