LiveTextBlock.IsFrequencyLimitedProperty 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 that the LiveTextBlock should limit how frequently a LiveRegionChanged event is raised. This is useful for chatty LiveTextBlocks, where raising too many change events triggers double/triple reads of the same text.
public: static initonly System::Windows::DependencyProperty ^ IsFrequencyLimitedProperty;
public static readonly System.Windows.DependencyProperty IsFrequencyLimitedProperty;
staticval mutable IsFrequencyLimitedProperty : System.Windows.DependencyProperty
Public Shared ReadOnly IsFrequencyLimitedProperty As DependencyProperty