Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / StyleInfo Class / Foreground Property


In This Topic
    Foreground Property (StyleInfo)
    In This Topic
    Gets or sets an object that describes the foreground for a cell.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Overridable Property Foreground As Brush
    'Usage
     
    Dim instance As StyleInfo
    Dim value As Brush
     
    instance.Foreground = value
     
    value = instance.Foreground
    [DefaultValue("")]
    public virtual Brush Foreground {get; set;}

    Property Value

    The System.Windows.Media.Brush object that describes the foreground for a cell.
    See Also