Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcNumber Class / WatermarkZeroForeground Property


In This Topic
    WatermarkZeroForeground Property
    In This Topic
    Gets or sets foreground to draw WatermarkZero.
    Syntax
    'Declaration
     
    Public Property WatermarkZeroForeground As Brush
    'Usage
     
    Dim instance As GcNumber
    Dim value As Brush
     
    instance.WatermarkZeroForeground = value
     
    value = instance.WatermarkZeroForeground
    public Brush WatermarkZeroForeground {get; set;}

    Property Value

    A System.Windows.Media.Brush value indicates the foreground of WatermarkZero .
    Remarks
    When this property is a null reference (Nothing in Visual Basic), WatermarkZero would use the foreground of GcNumber to draw.
    See Also