Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWindowless Class / BackgroundImagePriv Property


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