Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / ZoomMode Enumeration

In This Topic
    ZoomMode Enumeration
    In This Topic
    Defines constants that specify the current mode for zoom behavior.
    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.WPF.Core.ZoomMode

    See Also