Spread Windows Forms 17
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 Property Data As Stream
    'Usage
     
    
    Dim instance As ImageBrush
    Dim value As Stream
     
    instance.Data = value
     
    value = instance.Data
    public Stream Data {get; set;}
    See Also