ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1NumericBox Class / Watermark Property

In This Topic
    Watermark Property
    In This Topic
    Gets or sets the watermark content displayed when the control is empty.
    Syntax
    'Declaration
     
    Public Property Watermark As System.Object
    public System.object Watermark {get; set;}
    See Also