C# Class PhotoSharingApp.Universal.Models.InstructionItem

Represents an instructional item that can be displayed in the welcome screen experience for new users.
Show file Open project: Microsoft/Appsample-Photosharing Class Usage Examples

Public Methods

Method Description
InstructionItem ( string headerText, string contentText, Uri image, Type targetPage = null ) : System

Creates a new instance.

Method Details

InstructionItem() public method

Creates a new instance.
public InstructionItem ( string headerText, string contentText, Uri image, Type targetPage = null ) : System
headerText string The header text.
contentText string The content text.
image System.Uri The image Uri.
targetPage System.Type The target page type.
return System