SnapDotNet.Apps.Notifications.TileContent.TileContentFactory.CreateTileSquare310x310ImageAndTextOverlay01 C# (CSharp) Method

CreateTileSquare310x310ImageAndTextOverlay01() public static method

Creates a tile content object for the TileSquare310x310ImageAndTextOverlay01 template.
public static CreateTileSquare310x310ImageAndTextOverlay01 ( ) : ITileSquare310x310ImageAndTextOverlay01
return ITileSquare310x310ImageAndTextOverlay01
                public static ITileSquare310x310ImageAndTextOverlay01 CreateTileSquare310x310ImageAndTextOverlay01()
                {
                    return new TileSquare310x310ImageAndTextOverlay01();
                }
Notifications.TileContent.TileContentFactory