public static class AccessibilityOptions.FocusBorderOptions extends Options
| Modifier and Type | Field and Description |
|---|---|
Boolean |
enabled
Enable/disable focus border for chart.
|
Boolean |
hideBrowserFocusOutline
Hide the browser's default focus indicator.
|
Integer |
margin
Focus border margin around the elements.
|
Integer |
style_borderRadius
Border radius of the focus border.
|
String |
style_color
Color of the focus border.
|
Integer |
style_lineWidth
Line width of the focus border.
|
| Constructor and Description |
|---|
FocusBorderOptions() |
@Option public Boolean hideBrowserFocusOutline
@Option(value="style.borderRadius") public Integer style_borderRadius
@Option(value="style.color") public String style_color
Copyright © 2018 Fujion Framework. All rights reserved.