LiveTextBlock.LiveTextProperty Field
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.
This custom property specifies the text the screen reader will actually read. Under the covers the LiveText property is bound to the Text property so nothing special needs to be done to make sure the screen reader can find the right text to read, but only the LiveText sends a notification that the live region value changed.
public: static initonly System::Windows::DependencyProperty ^ LiveTextProperty;
public static readonly System.Windows.DependencyProperty LiveTextProperty;
staticval mutable LiveTextProperty : System.Windows.DependencyProperty
Public Shared ReadOnly LiveTextProperty As DependencyProperty