TextBox.PlaceholderForegroundProperty Property

Definition

Identifies the PlaceholderForeground dependency property.

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

Property Value

The identifier for the PlaceholderForeground dependency property.

Applies to