←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.D2DRendering Assembly