Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IPaintingContext Interface / ZoomFactor Property


In This Topic
    ZoomFactor Property (IPaintingContext)
    In This Topic
    Gets the zoom factor used for painting this cell.
    Syntax
    'Declaration
     
    
    ReadOnly Property ZoomFactor As Single
    'Usage
     
    
    Dim instance As IPaintingContext
    Dim value As Single
     
    value = instance.ZoomFactor
    float ZoomFactor {get;}
    See Also