GrapeCity.Xaml.SpreadSheet.Data
Foreground Property (TableStyleInfo)


GrapeCity.Xaml.SpreadSheet.Data Namespace > TableStyleInfo Class : Foreground Property
Gets or sets an object that describes the foreground for a cell.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property Foreground As Brush
'Usage
 
Dim instance As TableStyleInfo
Dim value As Brush
 
instance.Foreground = value
 
value = instance.Foreground
[DefaultValue()]
public Brush Foreground {get; set;}

Property Value

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

Reference

TableStyleInfo Class
TableStyleInfo Members