Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcTextBox Class / WatermarkDisplayNullForeground Property


In This Topic
    WatermarkDisplayNullForeground Property (GcTextBox)
    In This Topic
    Gets or sets the foreground of the watermark display text when WatermarkDisplayNull shows.
    Syntax
    'Declaration
     
    Public Property WatermarkDisplayNullForeground As Brush
    'Usage
     
    Dim instance As GcTextBox
    Dim value As Brush
     
    instance.WatermarkDisplayNullForeground = value
     
    value = instance.WatermarkDisplayNullForeground
    public Brush WatermarkDisplayNullForeground {get; set;}

    Property Value

    A System.Windows.Media.Brush value indicates the WatermarkDisplayNullForeground.
    See Also