Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / IElementStyle Interface / PictureTransparencyColor Property


In This Topic
    PictureTransparencyColor Property (IElementStyle)
    In This Topic
    Gets or sets the picture transparency color.
    Syntax
    'Declaration
     
    
    Property PictureTransparencyColor As Color
    'Usage
     
    
    Dim instance As IElementStyle
    Dim value As Color
     
    instance.PictureTransparencyColor = value
     
    value = instance.PictureTransparencyColor
    Color PictureTransparencyColor {get; set;}
    See Also