Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ImageCellType Class / TransparencyTolerance Property


In This Topic
    TransparencyTolerance Property (ImageCellType)
    In This Topic
    Gets or sets the transparency tolerance in the image.
    Syntax
    'Declaration
     
    
    Public Property TransparencyTolerance As Integer
    'Usage
     
    
    Dim instance As ImageCellType
    Dim value As Integer
     
    instance.TransparencyTolerance = value
     
    value = instance.TransparencyTolerance
    public int TransparencyTolerance {get; set;}
    See Also