Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Camera Class / OfflineImage Property


In This Topic
    OfflineImage Property
    In This Topic
    Gets the last image brush of the camera object.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property OfflineImage As ImageBrush
    'Usage
     
    
    Dim instance As Camera
    Dim value As ImageBrush
     
    value = instance.OfflineImage
    public ImageBrush OfflineImage {get;}
    See Also