Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridZoomMode Enumeration


In This Topic
    GridZoomMode Enumeration
    In This Topic
    Defines constants that specify the current mode for zoom behavior.
    Syntax
    'Declaration
     
    
    Public Enum GridZoomMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As GridZoomMode
    public enum GridZoomMode : System.Enum 
    Members
    MemberDescription
    DisabledZoom of content is disabled.
    EnabledZoom of content is enabled.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.iOS.Grid.GridZoomMode

    See Also