Share via


CycleTile.CycleImage6 Property

 

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

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

Syntax

public Uri CycleImage6 { get; set; }
public:
property Uri^ CycleImage6 {
    Uri^ get();
    void set(Uri^ value);
}
member CycleImage6 : Uri with get, set
Public Property CycleImage6 As Uri

Property Value

Type: System.Uri

Background image 6 for the medium and wide tile sizes.

See Also

CycleTile Class
Microsoft.WindowsAzure.Mobile.Service.Notifications Namespace

Return to top