Commit 07375642 authored by 潘栩锋's avatar 潘栩锋 🚴

修复 不能获取目标值,规格线, 控制线颜色

parent ee80935a
......@@ -19,7 +19,7 @@ namespace FLY.ControlLibrary.Themes
AreaColors = new List<SolidColorBrush>();
for (int i = 0; i < 5; i++)
AreaColors.Add(resourceDictionary[$"AreaColor{i}"] as SolidColorBrush);
AreaColors.Add(resourceDictionary[$"AreaColors{i}"] as SolidColorBrush);
randomColors = new List<SolidColorBrush>();
randomColors.AddRange(resourceDictionary["RandomColors"] as IEnumerable<SolidColorBrush>);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment