Click or drag to resize

IShapeLineFormat Interface

Defines the interface for setting and getting line format properties of a shape.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public interface IShapeLineFormat

The IShapeLineFormat type exposes the following members.

Properties
Name Description
Public property BackColor
Represents background color.
Public property BackKnownColor
Represents background color index.
Public property BeginArrowheadLength
Represents begin arrow head length.
Public property BeginArrowHeadStyle
Represents begin arrow head style.
Public property BeginArrowheadWidth
Represents begin arrow head width.
Public property DashStyle
Represents the dash style for the specified line.
Public property EndArrowheadLength
Represents end arrow head length.
Public property EndArrowHeadStyle
Represents end arrow head style.
Public property EndArrowheadWidth
Represents end arrow head width.
Public property ForeColor
Represents foreground color.
Public property ForeKnownColor
Represents foreground color index.
Public property HasPattern
Indicates if current line format contain pattern.
Public property Pattern
Represents line pattern.
Public property Style
Represents line style.
Public property Transparency
Represents line transparency.
Public property Visible
Represents if line format is visible.
Public property Weight
Represents weight of the line.
Top
See Also