FarPoint.Win Assembly / FarPoint.Win Namespace / ElementContainerControl Class / PictureTransparencyTolerance Property


In This Topic
PictureTransparencyTolerance Property (ElementContainerControl)
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 ElementContainerControl
Dim value As Integer
 
instance.PictureTransparencyTolerance = value
 
value = instance.PictureTransparencyTolerance
See Also