notes
This commit is contained in:
parent
b2567b2a01
commit
1e244795fc
49 changed files with 2767 additions and 78 deletions
35
Sledgemapper/UI/NoteList.Generated.cs
Normal file
35
Sledgemapper/UI/NoteList.Generated.cs
Normal file
|
@ -0,0 +1,35 @@
|
|||
/* Generated by MyraPad at 01/12/2020 11:46:54 */
|
||||
using Myra;
|
||||
using Myra.Graphics2D;
|
||||
using Myra.Graphics2D.TextureAtlases;
|
||||
using Myra.Graphics2D.UI;
|
||||
using Myra.Graphics2D.Brushes;
|
||||
|
||||
#if !STRIDE
|
||||
using Microsoft.Xna.Framework;
|
||||
using Microsoft.Xna.Framework.Graphics;
|
||||
#else
|
||||
using Stride.Core.Mathematics;
|
||||
#endif
|
||||
|
||||
namespace Sledgemapper.UI
|
||||
{
|
||||
partial class NoteList: ScrollViewer
|
||||
{
|
||||
private void BuildUI()
|
||||
{
|
||||
StackNotesList = new VerticalStackPanel();
|
||||
StackNotesList.Proportions.Add(new Proportion
|
||||
{
|
||||
Type = Myra.Graphics2D.UI.ProportionType.Fill,
|
||||
});
|
||||
StackNotesList.Id = "StackNotesList";
|
||||
|
||||
|
||||
Content = StackNotesList;
|
||||
}
|
||||
|
||||
|
||||
public VerticalStackPanel StackNotesList;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue