Interface IShapeLineFormat
- Namespace
- Spire.Xls.Core
- Assembly
- Spire.XLS.dll
public interface IShapeLineFormat
Properties
Color BackColor { get; set; }
Property Value
- Color
ExcelColors BackKnownColor { get; set; }
Property Value
- ExcelColors
ShapeArrowStyleType BeginArrowHeadStyle { get; set; }
Property Value
- ShapeArrowStyleType
ShapeArrowLengthType BeginArrowheadLength { get; set; }
Property Value
- ShapeArrowLengthType
ShapeArrowWidthType BeginArrowheadWidth { get; set; }
Property Value
- ShapeArrowWidthType
ShapeDashLineStyleType DashStyle { get; set; }
Property Value
- ShapeDashLineStyleType
ShapeArrowStyleType EndArrowHeadStyle { get; set; }
Property Value
- ShapeArrowStyleType
ShapeArrowLengthType EndArrowheadLength { get; set; }
Property Value
- ShapeArrowLengthType
ShapeArrowWidthType EndArrowheadWidth { get; set; }
Property Value
- ShapeArrowWidthType
Color ForeColor { get; set; }
Property Value
- Color
ExcelColors ForeKnownColor { get; set; }
Property Value
- ExcelColors
bool HasPattern { get; set; }
Property Value
- bool
GradientPatternType Pattern { get; set; }
Property Value
- GradientPatternType
ShapeLineStyleType Style { get; set; }
Property Value
- ShapeLineStyleType
double Transparency { get; set; }
Property Value
- double
bool Visible { get; set; }
Property Value
- bool
double Weight { get; set; }
Property Value
- double