PhoneMediaViewer 1.0.1
dotnet add package PhoneMediaViewer --version 1.0.1
NuGet\Install-Package PhoneMediaViewer -Version 1.0.1
<PackageReference Include="PhoneMediaViewer" Version="1.0.1" />
paket add PhoneMediaViewer --version 1.0.1
#r "nuget: PhoneMediaViewer, 1.0.1"
// Install PhoneMediaViewer as a Cake Addin #addin nuget:?package=PhoneMediaViewer&version=1.0.1 // Install PhoneMediaViewer as a Cake Tool #tool nuget:?package=PhoneMediaViewer&version=1.0.1
MediaViewer class: A control which displays content in a page-by-page fashion similar to the built-in picture viewer. It supports an optional header and footer, and in between it renders items supplied by your app. This control also has the ability to allow users to pinch zoom when viewing items. The MediaViewer is a virtualizing control, so it loads only the data it needs, and scales to very large sets of data.
ThumbnailedImageViewer class: This is the default ItemTemplate for the MediaViewer control, and displays images that have an associated thumbnail. Add objects to the MediaViewer.Items collection that implement the IThumbnailedImage interface so that the ThumbnailedImageViewer can display them. For examples that implement this interface, see LocalFolderThumbnailedImage and MediaLibraryThumbnailedImage.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
Windows Phone | wp8 is compatible. wp81 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.