Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Labels Namespace / ImageOnly Class / Image Property

In This Topic
    Image Property (ImageOnly)
    In This Topic
    Gets or sets the label image.
    Syntax
    'Declaration
     
    Public Shadows Property Image As Bitmap
    public new Bitmap Image {get; set;}
    See Also