LineJoin Property
Summary
Gets or sets a value that describes how to join lines.
Syntax
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.