Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1ScrollViewerView Class / ZoomFactor Property

In This Topic
    ZoomFactor Property
    In This Topic
    Gets a value that indicates the current zoom factor engaged for content scaling.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ZoomFactor As Double
    public double ZoomFactor {get;}

    Property Value

    The current zoom factor engaged for content scaling. The default is 1.0, where 1.0 indicates no additional scaling.
    See Also