Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWindowless Class / PictureTransparencyTolerance Property


In This Topic
    PictureTransparencyTolerance Property (ElementWindowless)
    In This Topic
    Gets or sets the picture transparency tolerance for the element.
    Syntax
    'Declaration
     
    
    Public Overridable Property PictureTransparencyTolerance As Integer
    'Usage
     
    
    Dim instance As ElementWindowless
    Dim value As Integer
     
    instance.PictureTransparencyTolerance = value
     
    value = instance.PictureTransparencyTolerance
    public virtual int PictureTransparencyTolerance {get; set;}
    See Also