Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1TileListBox Class / Zoom Property

In This Topic
    Zoom Property (C1TileListBox)
    In This Topic
    Gets or set the zoom applied to this list.
    Syntax
    'Declaration
     
    
    Public Property Zoom As C1ZoomUnit
    public C1ZoomUnit Zoom {get; set;}
    Remarks
    The zoom will be conditioned to the MinZoom and MaxZoom properties in the following priority order MinZoom>MaxZoom>Zoom
    See Also