|
373 | 373 | "ApiNamespace": "Microsoft.UI.Xaml.Controls", |
374 | 374 | "Subtitle": "A button that's styled for use in a CommandBar.", |
375 | 375 | "ImagePath": "ms-appx:///Assets/ControlImages/AppBarButton.png", |
376 | | - "Description": "App bar buttons differ from standard buttons in several ways:\n- Their default appearance is a transparent background with a smaller size.\n- You use the Label and Icon properties to set the content instead of the Content property. The Content property is ignored.\n- The button's IsCompact property controls its size.", |
| 376 | + "Description": "AppBarButton differs from standard buttons in several ways:\n- Their default appearance is a transparent background with a smaller size.\n- You use the Label and Icon properties to set the content instead of the Content property. The Content property is ignored.\n- The button's IsCompact property controls its size.", |
377 | 377 | "Content": "<p>You can open the app bar and toggle the IsCompact button to see how the app bar buttons on this page change.</p><p>Use the <b>Label</b> and <b>Icon</b> properties to define the content of the app bar buttons. Set the <b>Label</b> property to a string to specify the text label. The label is shown by default but is hidden when the button is in its compact state, so you also need to specify a meaningful icon. To do that, set the button's <b>Icon</b> property to an element derived from the <b>IconElement</b> class. Four kinds of icon elements are provided:</p><p><b>FontIcon</b> - The icon is based on a glyph from the specified font family.</p><p><b>BitmapIcon</b> - The icon is based on a bitmap image file with the specified Uri.</p><p><b>PathIcon</b> - The icon is based on Path data.</p><p><b>SymbolIcon</b> - The icon is based on a predefined list of glyphs from the Segoe UI Symbol font.</p><p>Look at the <i>AppBarButtonPage.xaml</i> file in Visual Studio to see the full code for this page.</p>", |
378 | 378 | "SourcePath": "/CommonStyles/AppBarButton_themeresources.xaml", |
379 | 379 | "Docs": [ |
|
1365 | 1365 | "ApiNamespace": "Microsoft.UI.Xaml.Controls", |
1366 | 1366 | "Subtitle": "A two-part button that displays a flyout when its secondary part is clicked.", |
1367 | 1367 | "ImagePath": "ms-appx:///Assets/ControlImages/SplitButton.png", |
1368 | | - "Description": "The splitbutton is a dropdown button, but with an addition execution hit target.", |
| 1368 | + "Description": "The SplitButton is a dropdown button, but with an addition execution hit target.", |
1369 | 1369 | "SourcePath": "/SplitButton", |
1370 | 1370 | "Docs": [ |
1371 | 1371 | { |
|
2512 | 2512 | "ApiNamespace": "Microsoft.UI.Xaml.Controls", |
2513 | 2513 | "Subtitle": "Common vertical layout for top-level areas of your app via a collapsible navigation menu.", |
2514 | 2514 | "ImagePath": "ms-appx:///Assets/ControlImages/NavigationView.png", |
2515 | | - "Description": "The navigation view control provides a common vertical layout for top-level areas of your app via a collapsible navigation menu.", |
| 2515 | + "Description": "The NavigationView control provides a common vertical layout for top-level areas of your app via a collapsible navigation menu.", |
2516 | 2516 | "SourcePath": "/NavigationView", |
2517 | 2517 | "Docs": [ |
2518 | 2518 | { |
|
0 commit comments