18 references to LineJoin
System.Drawing (12)
commonui\System\Drawing\Advanced\CustomLineCap.cs (5)
212
private void _SetStrokeJoin(
LineJoin
lineJoin)
220
private
LineJoin
_GetStrokeJoin()
222
LineJoin
lineJoin;
234
/// Gets or sets the <see cref='System.Drawing.Drawing2D.
LineJoin
'/> used by this custom cap.
236
public
LineJoin
StrokeJoin
commonui\System\Drawing\Advanced\Gdiplus.cs (2)
1530
LineJoin
lineJoin);
1535
out
LineJoin
lineJoin);
commonui\System\Drawing\Pen.cs (5)
430
public
LineJoin
LineJoin
439
return(
LineJoin
)lineJoin;
444
if (!ClientUtils.IsEnumValid(value, unchecked((int)value), (int)
LineJoin
.Miter, (int)
LineJoin
.MiterClipped))
446
throw new InvalidEnumArgumentException("value", unchecked((int)value), typeof(
LineJoin
));
System.Web.DataVisualization (3)
Common\ChartTypes\FunnelChart.cs (1)
1207
pen.LineJoin =
LineJoin
.Bevel;
Common\General\ChartGraphics.cs (1)
5057
borderPen.LineJoin =
LineJoin
.Round;
Common\General\ChartGraphics3D.cs (1)
4310
pen.LineJoin =
LineJoin
.Bevel;
System.Windows.Forms.DataVisualization (3)
Common\ChartTypes\FunnelChart.cs (1)
1207
pen.LineJoin =
LineJoin
.Bevel;
Common\General\ChartGraphics.cs (1)
5057
borderPen.LineJoin =
LineJoin
.Round;
Common\General\ChartGraphics3D.cs (1)
4310
pen.LineJoin =
LineJoin
.Bevel;