TextBox.PlaceholderTextProperty Property

Definition

Identifies the PlaceholderText dependency property.

public:
 static property DependencyProperty ^ PlaceholderTextProperty { DependencyProperty ^ get(); };
static DependencyProperty PlaceholderTextProperty();
public static DependencyProperty PlaceholderTextProperty { get; }
var dependencyProperty = TextBox.placeholderTextProperty;
Public Shared ReadOnly Property PlaceholderTextProperty As DependencyProperty

Property Value

The identifier for the PlaceholderText dependency property.

Applies to