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