FarPoint.Win Assembly / FarPoint.Win Namespace / ElementContainerControl Class / ShouldSerializePictureTransparencyTolerance Method


In This Topic
ShouldSerializePictureTransparencyTolerance Method (ElementContainerControl)
In This Topic
Indicates whether the PictureTransparencyTolerance property should be persisted.
Syntax
'Declaration
 
Public Overridable Function ShouldSerializePictureTransparencyTolerance() As Boolean
 
'Usage
 
Dim instance As ElementContainerControl
Dim value As Boolean
 
value = instance.ShouldSerializePictureTransparencyTolerance()
See Also