aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/FSE/Modules/Tango.FSE.Diagnostics/Project/DiagnosticsProjectTabRowDefinition.cs
blob: 0797d89ac1ae2a9917554d5877ba9cdda01d79df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;

namespace Tango.FSE.Diagnostics.Project
{
    public class DiagnosticsProjectTabRowDefinition
    {
        public GridLength Height { get; set; }
    }
}