Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Drawing Namespace / GdiPlusDrawingContext Class / ScaleFactor Property


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

    Property Value

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