LineJoin Property

Summary

Gets or sets a value that describes how to join lines.

Syntax
C#
VB
C++
public PenLineJoin LineJoin { get; set; } 
  
Public Property LineJoin As PenLineJoin 
public: 
property PenLineJoin LineJoin { 
   PenLineJoin get(); 
   void set (    PenLineJoin ); 
} 

Property Value

A System.Windows.Media.PenLineJoin value that describes how to join lines.

Remarks

The default value is PenLineJoin.Round.

Requirements

Target Platforms

See Also

Reference

D2DPen Class

D2DPen Members

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.D2DRendering Assembly