Welcome to mirror list, hosted at ThFree Co, Russian Federation.

7.0-rc1_System.Windows.Forms.Design.md « Microsoft.WindowsDesktop.App « rc1 « api-diff « preview « 7.0 « release-notes - github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8b02ee782b4bf1e8026261a03c031c9bc2c9dfd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# System.Windows.Forms.Design

``` diff
 namespace System.Windows.Forms.Design {
     public abstract class ComponentEditorPage : Panel {
-        public Icon Icon { get; set; }
+        [AllowNullAttribute]
+        public Icon Icon { get; set; }
     }
 }
```