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


In This Topic
    TransparencyTolerance Property (Picture)
    In This Topic
    Gets or sets the amount of tolerance of transparency from the color set as transparent.
    Syntax
    'Declaration
     
    
    Public Overridable Property TransparencyTolerance As Integer
    'Usage
     
    
    Dim instance As Picture
    Dim value As Integer
     
    instance.TransparencyTolerance = value
     
    value = instance.TransparencyTolerance
    public virtual int TransparencyTolerance {get; set;}
    See Also