MsoLineDashStyle 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 dash style for a line.
public enum class MsoLineDashStyle
public enum MsoLineDashStyle
type MsoLineDashStyle =
Public Enum MsoLineDashStyle
- Inheritance
-
MsoLineDashStyle
Fields
Name | Value | Description |
---|---|---|
msoLineDashStyleMixed | -2 | Not supported. |
msoLineSolid | 1 | Line is solid. |
msoLineSquareDot | 2 | Line is made up of square dots. |
msoLineRoundDot | 3 | Line is made up of round dots. |
msoLineDash | 4 | Line consists of dashes only. |
msoLineDashDot | 5 | Line is a dash-dot pattern. |
msoLineDashDotDot | 6 | Line is a dash-dot-dot pattern. |
msoLineLongDash | 7 | Line consists of long dashes. |
msoLineLongDashDot | 8 | Line is a long dash-dot pattern. |
msoLineLongDashDotDot | 9 | |
msoLineSysDash | 10 | |
msoLineSysDot | 11 | |
msoLineSysDashDot | 12 |