AutomationProperties.IsRequiredForFormProperty Property

Definition

Identifies the AutomationProperties.IsRequiredForForm XAML attached property.

public:
 static property DependencyProperty ^ IsRequiredForFormProperty { DependencyProperty ^ get(); };
static DependencyProperty IsRequiredForFormProperty();
public static DependencyProperty IsRequiredForFormProperty { get; }
var dependencyProperty = AutomationProperties.isRequiredForFormProperty;
Public Shared ReadOnly Property IsRequiredForFormProperty As DependencyProperty

Property Value

The identifier for the AutomationProperties.IsRequiredForForm XAML attached property.

Applies to

See also