Commit f6c02730 LN

图片背景改为黑色

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