LineJoin Property

Summary
Gets or sets a value that describes how to join lines.
Syntax
C#
C++/CLI
public PenLineJoin LineJoin { get; set; } 
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 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.D2DRendering Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.