Changes for Preview6
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@functions {
|
||||
@code {
|
||||
public override string Name { get { return "Horizontal Layout"; } }
|
||||
public override string Panes { get { return "Left;Right"; } }
|
||||
}
|
@ -20,7 +20,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@functions {
|
||||
@code {
|
||||
public override string Name { get { return "Theme3"; } }
|
||||
public override string Panes { get { return ""; } }
|
||||
}
|
@ -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"; } }
|
||||
}
|
Reference in New Issue
Block a user