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


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