Commit f6c02730 LN

图片背景改为黑色

1 个父辈 a7bd6f52
......@@ -144,8 +144,8 @@ namespace Acc.ImageBox
this.AutoScroll = true;
this.GridScale = ImageBoxGridScale.Small;
this.GridDisplayMode = ImageBoxGridDisplayMode.Client;
this.GridColor = Color.Gainsboro;
this.GridColorAlternate = Color.White;
this.GridColor = Color.Black;
this.GridColorAlternate = Color.Black;
this.GridCellSize = 8;
this.AutoPan = true;
this.InterpolationMode = InterpolationMode.NearestNeighbor;
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!