ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1TextEditableContentControl Class / IsPlaceholderVisible Property

In This Topic
    IsPlaceholderVisible Property
    In This Topic
    Get or sets if the placeholder is shown.
    Syntax
    'Declaration
     
    
    Public Property IsPlaceholderVisible As Boolean
    public bool IsPlaceholderVisible {get; set;}
    See Also