Thursday, April 29, 2010

Silverlight 4: Watermark property for TextBox control has not implemented.

 

 

 

 

 //

        // 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; }

 

No comments: