Changes for Preview6

This commit is contained in:
Shaun Walker
2019-06-19 08:32:04 -04:00
parent 600872d0b0
commit 59a715e468
41 changed files with 107 additions and 105 deletions

View File

@ -11,7 +11,7 @@
</div>
</div>
@functions {
@code {
public override string Name { get { return "Horizontal Layout"; } }
public override string Panes { get { return "Left;Right"; } }
}

View File

@ -20,7 +20,7 @@
</div>
</div>
@functions {
@code {
public override string Name { get { return "Theme3"; } }
public override string Panes { get { return ""; } }
}

View File

@ -9,7 +9,7 @@
<Pane Name="Bottom" />
</div>
@functions {
@code {
public override string Name { get { return "Vertical Layout"; } }
public override string Panes { get { return "Top;Bottom"; } }
}