Share via


MsoLineDashStyle Enumeration 

Specifies the dash style for a line.

Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)

Usage

Dim msoLineDashStyle1 As MsoLineDashStyle = MsoLineDashStyle.msoLineDash

Syntax

Public Enum MsoLineDashStyle
public enum MsoLineDashStyle
public enum class MsoLineDashStyle
public enum MsoLineDashStyle
public enum MsoLineDashStyle

Members

Member name Description
msoLineDash Line consists of dashes only.
msoLineDashDot Line is a dash-dot pattern.
msoLineDashDotDot Line is a dash-dot-dot pattern.
msoLineDashStyleMixed Not supported.
msoLineLongDash Line consists of long dashes.
msoLineLongDashDot Line is a long dash-dot pattern.
msoLineRoundDot Line is made up of round dots.
msoLineSolid Line is solid.
msoLineSquareDot Line is made up of square dots.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Core Namespace