Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ImageCellType Class / TransparencyColor Property


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