Spread Windows Forms 18
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IPaintingContext Interface / ZoomFactorIncludeDpi Property


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