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


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

    Property Value

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