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

CreateTileSquare310x310ImageAndTextOverlay02() public static method

Creates a tile content object for the TileSquare310x310ImageAndTextOverlay02 template.
public static CreateTileSquare310x310ImageAndTextOverlay02 ( ) : ITileSquare310x310ImageAndTextOverlay02
return ITileSquare310x310ImageAndTextOverlay02
                public static ITileSquare310x310ImageAndTextOverlay02 CreateTileSquare310x310ImageAndTextOverlay02()
                {
                    return new TileSquare310x310ImageAndTextOverlay02();
                }
Notifications.TileContent.TileContentFactory