9 references to BorderWidth
System.Windows.Forms.DataVisualization (9)
Common\General\StripLine.cs (9)
403
this.
BorderWidth
, this.BorderDashStyle, Color.Empty,
465
graph.DrawLineRel(this.BorderColor, this.
BorderWidth
, this.BorderDashStyle, point1, point2);
480
SizeF relBorderWidth = new SizeF(this.
BorderWidth
+ 1, this.
BorderWidth
+ 1);
542
this.
BorderWidth
,
573
this.
BorderWidth
,
592
this.
BorderWidth
,
719
SizeF sizeBorder = graph.GetRelativeSize(new SizeF(this.
BorderWidth
, this.
BorderWidth
));