UniversalStickers 1.0.12
dotnet add package UniversalStickers --version 1.0.12
NuGet\Install-Package UniversalStickers -Version 1.0.12
<PackageReference Include="UniversalStickers" Version="1.0.12" />
paket add UniversalStickers --version 1.0.12
#r "nuget: UniversalStickers, 1.0.12"
// Install UniversalStickers as a Cake Addin #addin nuget:?package=UniversalStickers&version=1.0.12 // Install UniversalStickers as a Cake Tool #tool nuget:?package=UniversalStickers&version=1.0.12
Turn your Windows UWP app into a host for universal stickers extension apps. Apps that declare the Universal.Sticker.1 App extension will expose stickers & clipart to your app in a sticker control. Your users can browse stickers (images or any other types of file assets) and then place them in your app.
Add the App Extension Host declaration to your app for Universal.Stickers.1
Place a StickersControl on a Xaml page
Handle the StickersControl.StickerSelected event to place the sticker that the users selects into your app.
xmlns:sr="using:StickerResources"
<sr:StickersControl StickerSelected="OnStickerSelected"/>
Product | Versions Compatible and additional computed target framework versions. |
---|---|
Universal Windows Platform | uap was computed. uap10.0 is compatible. |
-
UAP 10.0
- Microsoft.Toolkit.Uwp.UI.Animations (>= 5.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Fixed problems in build configurations.