Add controls list to Microsoft.Toolkit.Forms.UI.Controls project description

This commit is contained in:
marianstdt 2019-03-14 15:32:54 -03:00
Родитель 65acefee36
Коммит 90acd8d241
1 изменённых файлов: 12 добавлений и 1 удалений

Просмотреть файл

@ -7,7 +7,18 @@
<RunCodeAnalysis>true</RunCodeAnalysis>
<Title>Windows Community Toolkit Windows Forms Controls</Title>
<Description>This library provides XAML user controls for Windows Forms. It is part of the Windows Community Toolkit.</Description>
<Description>
This library provides XAML user controls for Windows Forms. It is part of the Windows Community Toolkit.
Controls:
-InkCanvas : Defines an area that receives and displays ink strokes.
-InkToolbar : Wpf-enabled wrapper for InkToolbar, that Represents a Universal Windows app control containing a customizable and extensible collection of buttons that activate ink-related features in an associated InkCanvas.
-MapControl : A set of controls for WPF and UWP for rendering digital maps from different providers (like OpenStreetMap and Bing Maps) and various types of map overlays.
-MediaPlayerElement : This controls embeds a view that streams and renders media content such as video in your Windows Forms or WPF desktop application.
-SwapChainPanel : Provides a hosting surface, where Microsoft DirectX swap chains provide content that can be rendered into a XAML UI. A SwapChainPanel element is a key component for an app that renders Microsoft DirectX graphics and then presents those visuals within a XAML page.
</Description>
<PackageTags>Win32 WindowsForms UWP XAML</PackageTags>
<!--XamlHost requires 17692 -->