Initial commit to new repository
This commit is contained in:
18
.decompiledproj/AxCopilot/ViewModels/TabRatioItem.cs
Normal file
18
.decompiledproj/AxCopilot/ViewModels/TabRatioItem.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using System.Windows.Media;
|
||||
|
||||
namespace AxCopilot.ViewModels;
|
||||
|
||||
public class TabRatioItem
|
||||
{
|
||||
public string TabName { get; init; } = "";
|
||||
|
||||
public int Count { get; init; }
|
||||
|
||||
public double Percentage { get; init; }
|
||||
|
||||
public double BarWidth { get; init; }
|
||||
|
||||
public string PercentLabel { get; init; } = "";
|
||||
|
||||
public Brush Color { get; init; } = Brushes.MediumSlateBlue;
|
||||
}
|
||||
Reference in New Issue
Block a user