Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / IDrawingSurface Interface / ScaleFactor Property


In This Topic
    ScaleFactor Property (IDrawingSurface)
    In This Topic
    Gets or sets the scaling factor of the control.
    Syntax
    'Declaration
     
    
    Property ScaleFactor As Double
    'Usage
     
    
    Dim instance As IDrawingSurface
    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