Spread Windows Forms 12.0 Product Documentation
Type Property (Color)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Color Structure : Type Property
Gets the type of color.
Syntax
'Declaration
 
Public ReadOnly Property Type As ColorType
'Usage
 
Dim instance As Color
Dim value As ColorType
 
value = instance.Type
public ColorType Type {get;}

Property Value

A ColorType value represents the type of color.
See Also

Reference

Color Structure
Color Members