Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / CanvasContainerBase Class / ForegroundImagePriv Property


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