Spread WinForms 15
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
See Also