WatermarkDisplayNullForeground Property (FieldsEditorControl)
In This Topic
Gets or sets the foreground of the watermark display text when the
WatermarkDisplayNull shows.
Syntax
'Declaration
Public Property WatermarkDisplayNullForeground As Brush
'Usage
Dim instance As FieldsEditorControl
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