Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / HiddenAndEmptyCellSettings Class / Foreground Property


In This Topic
    Foreground Property (HiddenAndEmptyCellSettings)
    In This Topic
    Syntax
    'Declaration
     
    <BindableAttribute(True)>
    <CategoryAttribute("Appearance")>
    Public Property Foreground As Brush
    'Usage
     
    Dim instance As HiddenAndEmptyCellSettings
    Dim value As Brush
     
    instance.Foreground = value
     
    value = instance.Foreground
    [Bindable(true)]
    [Category("Appearance")]
    public Brush Foreground {get; set;}
    See Also