sledgemapper/Sledgemapper/UI/NoteList.Generated.cs
Michele Scandura 1e244795fc notes
2020-12-01 17:38:07 +00:00

35 lines
697 B
C#

/* 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;
}
}