Spread WPF 16
GrapeCity.Windows.SpreadSheet.Data Namespace / Column Class / Foreground Property
Example


In This Topic
    Foreground Property (Column)
    In This Topic
    Gets or sets the foreground for a column.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Property Foreground As Brush
    'Usage
     
    Dim instance As Column
    Dim value As Brush
     
    instance.Foreground = value
     
    value = instance.Foreground
    [DefaultValue("")]
    public Brush Foreground {get; set;}

    Property Value

    A System.Windows.Media.Brush object that describes the foreground color for cells in this column. The default value is null, which means that no color is set.
    Example
    This example sets the Foreground property.
    See Also