Class ScreenReaderChangedEventArgs

Definition

Namespace:
Tizen.Uix.Tts
Assembly:
Tizen.Uix.Tts.dll

This class holds information related to the ScreenReaderChanged event.

C#
Copy
public class ScreenReaderChangedEventArgs
Inheritance
object
ScreenReaderChangedEventArgs

Properties

View Source

IsOn

The status of screen reader

Declaration
C#
Copy
public bool IsOn { get; }
Property Value
Type Description
bool