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


In This Topic
    Image Property (Camera)
    In This Topic
    Gets or sets the image brush of the camera object.
    Syntax
    'Declaration
     
    
    Public Property Image As ImageBrush
    'Usage
     
    
    Dim instance As Camera
    Dim value As ImageBrush
     
    instance.Image = value
     
    value = instance.Image
    public ImageBrush Image {get; set;}
    See Also