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


In This Topic
    ForegroundImage Property (ElementContainerControl)
    In This Topic
    Gets or sets the foreground image for the control.
    Syntax
    'Declaration
     
    
    Public Overridable Property ForegroundImage As Picture
    'Usage
     
    
    Dim instance As ElementContainerControl
    Dim value As Picture
     
    instance.ForegroundImage = value
     
    value = instance.ForegroundImage
    public virtual Picture ForegroundImage {get; set;}
    See Also