Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / BackgroundSettings Class / Image Property

In This Topic
    Image Property (BackgroundSettings)
    In This Topic
    Gets or sets the background image.
    Syntax
    'Declaration
     
    Public Property Image As Image
    public Image Image {get; set;}
    Remarks
    You need to call the ViewportLayout.CompileUserInterfaceElements() to see the effect of this change at run-time.
    See Also