Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / TextInput Class / currentScaleFactor Field


In This Topic
    currentScaleFactor Field
    In This Topic
    Syntax
    'Declaration
     
    
    Protected currentScaleFactor As SizeF
    'Usage
     
    
    Dim instance As TextInput
    Dim value As SizeF
     
    value = instance.currentScaleFactor
     
    instance.currentScaleFactor = value
    protected SizeF currentScaleFactor
    See Also