TextBox.IsTextPredictionEnabledProperty Property

Definition

Identifies the IsTextPredictionEnabled dependency property.

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

Property Value

The identifier for the IsTextPredictionEnabled dependency property.

Applies to