次の方法で共有


LiveTextBlock.IsFrequencyLimitedProperty Field

Definition

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 

Field Value

Applies to