Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / LegendConverter Class / ZoomFactor Property


In This Topic
    ZoomFactor Property (LegendConverter)
    In This Topic
    Gets or sets the zoom factor.
    Syntax
    'Declaration
     
    Public Property ZoomFactor As Double
    'Usage
     
    Dim instance As LegendConverter
    Dim value As Double
     
    instance.ZoomFactor = value
     
    value = instance.ZoomFactor
    public double ZoomFactor {get; set;}

    Property Value

    The zoom factor.
    See Also