Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWindowless Class / ShouldSerializePictureTransparencyTolerance Method


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