Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridBase Class / ZoomMode Property


In This Topic
    ZoomMode Property (GridBase)
    In This Topic
    Gets or sets the zoom mode.
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("ZoomMode")>
    <BrowsableAttribute(True)>
    Public Property ZoomMode As GridZoomMode
    'Usage
     
    
    Dim instance As GridBase
    Dim value As GridZoomMode
     
    instance.ZoomMode = value
     
    value = instance.ZoomMode
    [Foundation.Export("ZoomMode")]
    [Browsable(true)]
    public GridZoomMode ZoomMode {get; set;}
    See Also