Excel for WPF and Silverlight
XLShapeLineStyleEnum Enumeration

C1.WPF.Excel Namespace : XLShapeLineStyleEnum Enumeration
Specifies the style of borders drawn around XLShape objects.
Syntax
'Declaration
 
Public Enum XLShapeLineStyleEnum 
   Inherits System.Enum
public enum XLShapeLineStyleEnum : System.Enum 
Members
MemberDescription
DoubleDouble lines of equal width.
SimpleSingle line (of width LineWidth).
ThickThinDouble lines, one thick, one thin.
ThinThickDouble lines, reverse order.
TripleThree lines, thin, thick, thin.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.WPF.Excel.XLShapeLineStyleEnum

See Also

Reference

C1.WPF.Excel Namespace