//
// Summary:
// Gets or sets the content displayed as a watermark in the System.Windows.Controls.TextBox
// when it is empty.
//
// Returns:
// The content displayed as a watermark in the System.Windows.Controls.TextBox
// when it is empty.
//
// Exceptions:
// System.NotImplementedException:
// API is not supported by the current platform variation.
[EditorBrowsable(EditorBrowsableState.Never)]
public object Watermark { get; set; }