ComponentOne FinancialChart for WPF
C1.WPF 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
    'Usage
     
    
    Dim instance As ZoomMode
    public enum ZoomMode : System.Enum 
    public enum class ZoomMode : public 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