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

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