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


In This Topic
    ForegroundImagePriv Property (ElementControl)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Protected Overridable Property ForegroundImagePriv As Picture
    'Usage
     
    
    Dim instance As ElementControl
    Dim value As Picture
     
    instance.ForegroundImagePriv = value
     
    value = instance.ForegroundImagePriv
    protected virtual Picture ForegroundImagePriv {get; set;}
    See Also