WatermarkNullForeground Property (FieldsEditorControl)
In This Topic
Gets or sets the foreground of the watermark text when the value is a null reference (Nothing in Visual Basic).
Syntax
'Declaration
Public Property WatermarkNullForeground As Brush
'Usage
Dim instance As FieldsEditorControl
Dim value As Brush
instance.WatermarkNullForeground = value
value = instance.WatermarkNullForeground
public Brush WatermarkNullForeground {get; set;}
Property Value
A
System.Windows.Media.Brush value indicates the
WatermarkNullForeground.
See Also