Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / ImageBrush Class / ContentType Property


In This Topic
    ContentType Property (ImageBrush)
    In This Topic
    Gets the content type of the image.
    Syntax
    'Declaration
     
    
    Public Property ContentType As String
    'Usage
     
    
    Dim instance As ImageBrush
    Dim value As String
     
    instance.ContentType = value
     
    value = instance.ContentType
    public string ContentType {get; set;}
    See Also