Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / IElement Interface / ForegroundImage Property


In This Topic
    ForegroundImage Property (IElement)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Property ForegroundImage As Picture
    'Usage
     
    
    Dim instance As IElement
    Dim value As Picture
     
    instance.ForegroundImage = value
     
    value = instance.ForegroundImage
    Picture ForegroundImage {get; set;}
    See Also