AutomationProperties.LiveSettingProperty Property

Definition

Identifies the AutomationProperties.LiveSetting attached property, which is supported by an automation element that represents a live region.

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

Property Value

The property identifier for the AutomationProperties.LiveSetting attached property.

Remarks

The LiveSetting property indicates the "politeness" level that a client should use to notify the user of changes to the live region. This property can be one of the values from the AutomationLiveSetting enumeration.

Applies to