Skip to content

Commit 6198f9e

Browse files
committed
Added tracking issue and sample fix
1 parent 58979b5 commit 6198f9e

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

components/SegmentedControl/samples/SegmentedControl.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,9 @@ dev_langs:
88
category: Controls
99
subcategory: Layout
1010
discussion-id: 314
11-
issue-id: 0
11+
issue-id: 392
1212
---
1313

14-
<!-- To know about all the available Markdown syntax, Check out https://docs.microsoft.com/contribute/markdown-reference -->
15-
<!-- Ensure you remove all comments before submission, to ensure that there are no formatting issues when displaying this page. -->
16-
<!-- It is recommended to check how the Documentation will look in the sample app, before Merging a PR -->
17-
<!-- **Note:** All links to other docs.microsoft.com pages should be relative without locale, i.e. for the one above would be /contribute/markdown-reference -->
18-
<!-- Included images should be optimized for size and not include any Intellectual Property references. -->
19-
20-
<!-- Be sure to update the discussion/issue numbers above with your Labs discussion/issue id numbers in order for UI links to them from the sample app to work. -->
21-
2214
# Segmented control
2315

2416
The `Segmented` control is a control to be used for configuring a view or setting.

components/SegmentedControl/samples/SegmentedControlStylesSample.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<TextBlock Margin="0,24,0,0"
3030
Style="{StaticResource BodyStrongTextBlockStyle}"
31-
Text="BodyStrongTextBlockStyle" />
31+
Text="ButtonSegmentedStyle" />
3232
<labs:Segmented SelectedIndex="0"
3333
SelectionMode="{x:Bind local:SegmentedControlStylesSample.ConvertStringToSelectionMode(SelectionMode), Mode=OneWay}"
3434
Style="{StaticResource ButtonSegmentedStyle}">

0 commit comments

Comments
 (0)