Class AccessibilityHighlightChangedEventArgs
Definition
- Namespace:
- Tizen.NUI.BaseComponents
- Assembly:
- Tizen.NUI.dll
Provides the data for the AccessibilityHighlighChanged event of View.
public class AccessibilityHighlightChangedEventArgs : EventArgs
- Inheritance
-
objectAccessibilityHighlightChangedEventArgs
Properties
View SourceIsHighlighted
Gets or sets a value indicating whether the target view gained accessibility highlight or not.
Declaration
public bool IsHighlighted { get; init; }
Property Value
| Type | Description |
|---|---|
| bool |