MsoLineCapStyle 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 line cap.
public enum class MsoLineCapStyle
public enum MsoLineCapStyle
type MsoLineCapStyle =
Public Enum MsoLineCapStyle
- Inheritance
-
MsoLineCapStyle
Fields
Name | Value | Description |
---|---|---|
msoLineCapMixed | -2 | Specifies a mixture of line caps. |
msoLineCapSquare | 1 | Specifies a squared-off line cap. |
msoLineCapRound | 2 | Specifies a rounded line cap. |
msoLineCapFlat | 3 | Specifies a flat line cap. |