ScaleFactor Property (IDrawingContext)
Gets or sets the scaling factor of the control.
double ScaleFactor {get; set;}
'Declaration
Property ScaleFactor As Double
'Usage
Dim instance As IDrawingContext
Dim value As Double
instance.ScaleFactor = value
value = instance.ScaleFactor
Property Value
An integer value represents the scaling factor of the control.