PenLineJoin
PenLineJoin
PenLineJoin
PenLineJoin
Enum
Definition
Describes the shape that joins two lines or segments.
public : enum class PenLineJoinpublic enum PenLineJoinPublic Enum PenLineJoin// This API is not available in Javascript.
<object property="enumMemberName"/>
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Bevel Bevel Bevel Bevel | Line joins use beveled vertices. |
| Miter Miter Miter Miter | Line joins use regular angular vertices. |
| Round Round Round Round | Line joins use rounded vertices. |