12 references to HatchStyle
System.Drawing (6)
commonui\System\Drawing\Advanced\HatchBrush.cs (6)
33/// Initializes a new instance of the <see cref='System.Drawing.Drawing2D.HatchBrush'/> class with the specified <see cref='System.Drawing.Drawing2D.HatchStyle'/> and foreground color. 38public HatchBrush(HatchStyle hatchstyle, Color foreColor) : 46/// Initializes a new instance of the <see cref='System.Drawing.Drawing2D.HatchBrush'/> class with the specified <see cref='System.Drawing.Drawing2D.HatchStyle'/>, 52public HatchBrush(HatchStyle hatchstyle, Color foreColor, Color backColor) 97public HatchStyle HatchStyle 107return (HatchStyle) hatchStyle;
System.Web.DataVisualization (3)
Common\General\ChartGraphics.cs (3)
361 HatchStyle hatch; 362 hatch = (HatchStyle)Enum.Parse(typeof(HatchStyle),hatchStyle.ToString());
System.Windows.Forms.DataVisualization (3)
Common\General\ChartGraphics.cs (3)
361 HatchStyle hatch; 362 hatch = (HatchStyle)Enum.Parse(typeof(HatchStyle),hatchStyle.ToString());