CycleTile::CycleImage1 Property

 

Gets or sets background image 1 for the medium and wide tile sizes.

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

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

Property Value

Type: System::Uri^

Background image 1 for the medium and wide tile sizes.

Return to top
Show: