2017-06-22 61 views
2

enter image description hereC#MSAGL-顯示樣式

這是在C#與MSAGL一個winform應用。 我試圖將灰色區域的顏色更改爲白色,並更改節點的字體樣式,我應該如何設置它們?

回答

2

您可以在表單的Load事件查看器的OutsideAreaBrush屬性設置爲所需的畫筆,例如:

this.gViewer.OutsideAreaBrush = Brushes.White;