Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / IDrawingContext Interface / ScaleFactor Property


In This Topic
    ScaleFactor Property (IDrawingContext)
    In This Topic
    Gets or sets the scaling factor of the control.
    Syntax
    'Declaration
     
    
    Property ScaleFactor As Double
    'Usage
     
    
    Dim instance As IDrawingContext
    Dim value As Double
     
    instance.ScaleFactor = value
     
    value = instance.ScaleFactor
    double ScaleFactor {get; set;}

    Property Value

    An integer value represents the scaling factor of the control.
    See Also