AutomationProperties.LiveSettingProperty Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.