Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / ImageBrush Class / Data Property


In This Topic
    Data Property (ImageBrush)
    In This Topic
    Gets the binary data of the image.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Data As Stream
    'Usage
     
    
    Dim instance As ImageBrush
    Dim value As Stream
     
    value = instance.Data
    public Stream Data {get;}
    See Also