AutomationProperties.CultureProperty Property

Definition

Identifies the AutomationProperties.Culture attached property.

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

Property Value

The identifier for the AutomationProperties.Culture attached property.

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Applies to

See also