Share via


LiveTextBlock.Frequency Property

Definition

Gets or sets how frequently LiveRegionChanged events are raised in response to changes to the LiveText property. This value is only used if IsFrequencyLimited is set to true. The default value is 1, i.e. by default if frequency limiting is enabled, the LiveTextBlock will never announce the LiveText more than once per second.

public:
 property double Frequency { double get(); void set(double value); };
public double Frequency { get; set; }
member this.Frequency : double with get, set
Public Property Frequency As Double

Property Value

Applies to