Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementControl Class / ForegroundImage Property


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