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


GrapeCity.Xaml.SpreadSheet.Data Namespace > StyleInfo Class : Foreground Property
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 Windows.UI.Xaml.Media.Brush object that describes the foreground for a cell.
See Also

Reference

StyleInfo Class
StyleInfo Members