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


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