Enum PenLineJoin
Describes the shape that joins two lines or segments.
Namespace: System.Windows.Media
Assembly: OpenSilver.dll
Syntax
public enum PenLineJoin
Fields
| Name | Description |
|---|---|
| Bevel | Line joins use beveled vertices. |
| Miter | Line joins use regular angular vertices. |
| Round | Line joins use rounded vertices. |