[NUI][AT-SPI] Apply AccessibilityHidden to Switch
authorArtur Świgoń <a.swigon@samsung.com>
Tue, 14 Jun 2022 08:26:43 +0000 (10:26 +0200)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 21 Jun 2022 10:27:08 +0000 (19:27 +0900)
src/Tizen.NUI.Components/Controls/Switch.cs

index 63e2e53..5dd4913 100755 (executable)
@@ -335,7 +335,7 @@ namespace Tizen.NUI.Components
         {
             var icon = new ImageView()
             {
-                AccessibilityHighlightable = false,
+                AccessibilityHidden = true,
                 EnableControlStatePropagation = true
             };