Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / InteriorInfo Class / Color Property


In This Topic
    Color Property (InteriorInfo)
    In This Topic
    Gets or sets the primary color of the object, as shown in the table in the remarks section.
    Syntax
    'Declaration
     
    <TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
    Public Property Color As ColorInfo
    'Usage
     
    Dim instance As InteriorInfo
    Dim value As ColorInfo
     
    instance.Color = value
     
    value = instance.Color
    [TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    public ColorInfo Color {get; set;}

    Property Value

    A Color value represents the primary color of the object.
    Remarks
    The returned value is the stored value from the internal storage. For indexed color, it'll be different with ColorIndex.
    See Also