HandwritingView.AreCandidatesEnabledProperty Property

Definition

Identifies the AreCandidatesEnabled dependency property.

public:
 static property DependencyProperty ^ AreCandidatesEnabledProperty { DependencyProperty ^ get(); };
static DependencyProperty AreCandidatesEnabledProperty();
public static DependencyProperty AreCandidatesEnabledProperty { get; }
var dependencyProperty = HandwritingView.areCandidatesEnabledProperty;
Public Shared ReadOnly Property AreCandidatesEnabledProperty As DependencyProperty

Property Value

The identifier for the AreCandidatesEnabled dependency property.

Applies to

See also