1 write to glossHeight
System.WorkflowServices (1)
System\Workflow\Activities\Design\GradientPanel.cs (1)
89
glossHeight
= frameRect.Height / 3;
3 references to glossHeight
System.WorkflowServices (3)
System\Workflow\Activities\Design\GradientPanel.cs (3)
90
Brush glossBrush = new LinearGradientBrush(new Point(frameRect.Left, frameRect.Top), new Point(frameRect.Left, frameRect.Top +
glossHeight
+ 1), Color.FromArgb(120, 255, 255, 255), Color.FromArgb(60, 255, 255, 255)); // SolidBrush(Color.FromArgb(32, 255, 255, 255));
152
path.AddLine(new Point(frame.Right, frame.Top +
glossHeight
), new Point(frame.Left, frame.Top +
glossHeight
));