This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
3a3aba7e 18ff 0c7a 2b1e 6f80ca240169
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Flags (bit-coded).
Namespace: netDxf.Objects
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
[FlagsAttribute]
public enum MLineStyleFlagsVB
<FlagsAttribute>
Public Enumeration MLineStyleFlagsC++
[FlagsAttribute]
public enum class MLineStyleFlagsF#
[<FlagsAttribute>]
type MLineStyleFlags| None | 0 | None. |
| FillOn | 1 | Fill on. |
| DisplayJoints | 2 | Display miters at the joints (inner vertexes). |
| StartSquareCap | 16 | Start square (line) cap. |
| StartInnerArcsCap | 32 | Start inner arcs cap. |
| StartRoundCap | 64 | Start round (outer arcs) cap. |
| EndSquareCap | 256 | End square (line) cap. |
| EndInnerArcsCap | 512 | End inner arcs cap. |
| EndRoundCap | 1,024 | End round (outer arcs) cap. |