Permalink
Cannot retrieve contributors at this time
11 lines (10 sloc)
404 Bytes
|
namespace UWP.MDI.Controls |
|
{ |
|
public abstract class MdiLayout |
|
{ |
|
public static MdiLayoutCascade Cascade => new MdiLayoutCascade(); |
|
public static MdiLayoutTileVertical TileVertical => new MdiLayoutTileVertical(); |
|
public static MdiLayoutTileHorizontal TileHorizontal => new MdiLayoutTileHorizontal(); |
|
|
|
public abstract void RunLayout(MDIContainer container); |
|
} |
|
} |
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.