MsoLineJoinStyle Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of join where two lines connect.
public enum class MsoLineJoinStyle
public enum MsoLineJoinStyle
type MsoLineJoinStyle =
Public Enum MsoLineJoinStyle
- Inheritance
-
MsoLineJoinStyle
Fields
Name | Value | Description |
---|---|---|
msoLineJoinMixed | -2 | Specifies a mixture of join types. |
msoLineJoinRound | 1 | Specifies a rounded join. |
msoLineJoinBevel | 2 | Specifies a beveled join. |
msoLineJoinMiter | 3 | Specifies a mitered join. |