FlipTile::SmallBackgroundImage Property

 

Gets and sets the front-side background image for the small tile size.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Notifications
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

public:
property Uri^ SmallBackgroundImage {
	Uri^ get();
	void set(Uri^ value);
}

Property Value

Type: System::Uri^

The front-side background image for the small tile size.

Return to top
Show: