Share via


LiveTextBlock.FrequencyProperty Field

Definition

This custom property specifies how frequently (in # of reads/sec) a rate limited 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 ^ FrequencyProperty;
public static readonly System.Windows.DependencyProperty FrequencyProperty;
 staticval mutable FrequencyProperty : System.Windows.DependencyProperty
Public Shared ReadOnly FrequencyProperty As DependencyProperty 

Field Value

Applies to