ComponentOne Excel for UWP
XLShapeDashedLineStyleEnum Enumeration

C1.UWP.Excel Assembly > C1.Xaml.Excel Namespace : XLShapeDashedLineStyleEnum Enumeration
Specifies the dash style of borders drawn around XLShape objects.
Syntax
'Declaration
 
Public Enum XLShapeDashedLineStyleEnum 
   Inherits System.Enum
public enum XLShapeDashedLineStyleEnum : System.Enum 
Members
MemberDescription
DashDash style, analogue PS_DASH pen of system.
DashDotDash-dot style, analogue PS_DASHDOT pen of system.
DashDotDotDash-dot-dot style, analogue PS_DASHDOTDOT pen of system.
DotDot style, analogue PS_DOT pen of system.
LongDashLong dash style.
LongDashDotLong dash-dot style.
LongDashDotDotLong dash-dot-dot style.
ShortDashShort dash style.
ShortDashDotShort dash-dot style.
SolidSolid (continuous) pen.
SquareDotSquare dot style.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Xaml.Excel.XLShapeDashedLineStyleEnum

See Also

Reference

C1.Xaml.Excel Namespace