Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementContainerControl Class / PictureTransparencyColor Property


In This Topic
    PictureTransparencyColor Property (ElementContainerControl)
    In This Topic
    Gets or sets the transparency color for the picture in the control.
    Syntax
    'Declaration
     
    
    Public Overridable Property PictureTransparencyColor As Color
    'Usage
     
    
    Dim instance As ElementContainerControl
    Dim value As Color
     
    instance.PictureTransparencyColor = value
     
    value = instance.PictureTransparencyColor
    public virtual Color PictureTransparencyColor {get; set;}
    See Also