Spread WinForms 15
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

Property Value

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