Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IGraphic Interface / ColorType Property


In This Topic
    ColorType Property (IGraphic)
    In This Topic
    Gets or sets the type of color transformation applied to the specified picture or OLE object.
    Syntax
    'Declaration
     
    
    Property ColorType As PictureColorType
    'Usage
     
    
    Dim instance As IGraphic
    Dim value As PictureColorType
     
    instance.ColorType = value
     
    value = instance.ColorType
    PictureColorType ColorType {get; set;}
    See Also