Class XlsShapeLineFormat
- Namespace
- Spire.Xls.Core.Spreadsheet.Shapes
- Assembly
- Spire.XLS.dll
public class XlsShapeLineFormat : XlsObject, IExcelApplication, IDisposable, IShapeLineFormat
- Inheritance
-
XlsShapeLineFormat
- Implements
- Inherited Members
Properties
BackColor
public Color BackColor { get; set; }
Property Value
BackKnownColor
public ExcelColors BackKnownColor { get; set; }
Property Value
BeginArrowHeadStyle
public ShapeArrowStyleType BeginArrowHeadStyle { get; set; }
Property Value
BeginArrowheadLength
public ShapeArrowLengthType BeginArrowheadLength { get; set; }
Property Value
BeginArrowheadWidth
public ShapeArrowWidthType BeginArrowheadWidth { get; set; }
Property Value
DashStyle
public ShapeDashLineStyleType DashStyle { get; set; }
Property Value
EndArrowHeadStyle
public ShapeArrowStyleType EndArrowHeadStyle { get; set; }
Property Value
EndArrowheadLength
public ShapeArrowLengthType EndArrowheadLength { get; set; }
Property Value
EndArrowheadWidth
public ShapeArrowWidthType EndArrowheadWidth { get; set; }
Property Value
ForeColor
public Color ForeColor { get; set; }
Property Value
ForeKnownColor
public ExcelColors ForeKnownColor { get; set; }
Property Value
HasPattern
public bool HasPattern { get; set; }
Property Value
IsRound
Indicates whether join is round.
public bool IsRound { get; set; }
Property Value
NoFill
public bool NoFill { get; set; }
Property Value
Pattern
public GradientPatternType Pattern { get; set; }
Property Value
Style
public ShapeLineStyleType Style { get; set; }
Property Value
Transparency
public double Transparency { get; set; }
Property Value
Visible
public bool Visible { get; set; }
Property Value
Weight
public double Weight { get; set; }
Property Value
Methods
Clone(object)
public XlsShapeLineFormat Clone(object parent)
Parameters
parent
object