Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / TextShape Class / ResetPictureTransparencyColor Method


In This Topic
    ResetPictureTransparencyColor Method (TextShape)
    In This Topic
    Resets the transparency of a picture in the element to its default value.
    Syntax
    'Declaration
     
    
    Public Overridable Sub ResetPictureTransparencyColor() 
    'Usage
     
    
    Dim instance As TextShape
     
    instance.ResetPictureTransparencyColor()
    public virtual void ResetPictureTransparencyColor()
    See Also