We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05d16c5 commit c60256fCopy full SHA for c60256f
Examples/NotificationExample/Form1.cs
@@ -16,6 +16,7 @@ public Form1()
16
{
17
InitializeComponent();
18
notify1.MaxTextWidth = 250;
19
+ notify1.EnableOffset = false;
20
21
notify2.PositionType = NotificationPosition.Right;
22
notify2.InvertAdding = true;
0 commit comments