Spread WPF 18
GrapeCity.Spreadsheet.Drawing Namespace / IColorFormat Interface / Color Property


In This Topic
    Color Property (IColorFormat)
    In This Topic
    Gets or sets the scheme color.
    Syntax
    'Declaration
     
    Property Color As SchemeColor
    'Usage
     
    Dim instance As IColorFormat
    Dim value As SchemeColor
     
    instance.Color = value
     
    value = instance.Color
    SchemeColor Color {get; set;}

    Property Value

    The sheme color.
    See Also