Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1ScrollViewer Class / MaxZoomFactor Property

In This Topic
    MaxZoomFactor Property
    In This Topic
    Gets or sets a value that indicates the maximum permitted run-time value of ZoomFactor.
    Syntax
    'Declaration
     
    
    Public Property MaxZoomFactor As Double
    public double MaxZoomFactor {get; set;}
    See Also