RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1RichTextBox Class / Placeholder Property

In This Topic
    Placeholder Property
    In This Topic
    Gets or sets the placeholder text shown when there is not text in the control.
    Syntax
    'Declaration
     
    
    Public Property Placeholder As String
    public string Placeholder {get; set;}
    See Also