Skip to content

Commit a73a233

Browse files
authored
feat(segmented-bar): selectedTextColor property (#126)
1 parent f2e5505 commit a73a233

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

content/ui/segmented-bar.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,18 @@ To set the background color of the entire bar, use `backgroundColor`.
4747

4848
See [Color](/api/class/Color).
4949

50+
### selectedTextColor
51+
52+
```ts
53+
selectedTextColor: Color
54+
```
55+
56+
Gets or sets the text color of the selected item.
57+
58+
To set the text color of the entire bar, use `selectedTextColor`.
59+
60+
See [Color](/api/class/Color).
61+
5062
### ...Inherited
5163

5264
For additional inherited properties, refer to the [API Reference](/api/class/SegmentedBar).

0 commit comments

Comments
 (0)