Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcDateTime Class / WatermarkDisplayEmptyEraForeground Property


In This Topic
    WatermarkDisplayEmptyEraForeground Property
    In This Topic
    Gets or sets foreground which indicates the drawing brush to draw the WatermarkDisplayEmptyEra.
    Syntax
    'Declaration
     
    Public Property WatermarkDisplayEmptyEraForeground As Brush
    'Usage
     
    Dim instance As GcDateTime
    Dim value As Brush
     
    instance.WatermarkDisplayEmptyEraForeground = value
     
    value = instance.WatermarkDisplayEmptyEraForeground
    public Brush WatermarkDisplayEmptyEraForeground {get; set;}

    Property Value

    A System.Windows.Media.Brush value indicates the display empty era watermark foreground.
    See Also