Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / ZoomMode Enumeration

In This Topic
    ZoomMode Enumeration
    In This Topic
    Indicates the current mode for zoom behavior in the ScrollViewer content.
    Syntax
    'Declaration
     
    
    Public Enum ZoomMode 
       Inherits System.Enum
    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.Silverlight.ZoomMode

    See Also