Class ScreenReaderChangedEventArgs

Definition

Namespace:
Tizen.Uix.Tts
Assembly:
Tizen.Uix.Tts.dll
API Level:
9

This class holds information related to the ScreenReaderChanged event.

C#
Copy
public class ScreenReaderChangedEventArgs
Inheritance
System.Object
ScreenReaderChangedEventArgs

Properties

View Source

IsOn

The status of screen reader

Declaration
C#
Copy
public bool IsOn { get; }
Property Value
Type Description
Boolean
API Level: 9