ILineFormat
Overview
ILineFormat is a interface in Aspose.Slides FOSS for .NET.
Represents format of a line.
Properties: Alignment, BeginArrowheadLength, BeginArrowheadStyle, BeginArrowheadWidth, CapStyle, CustomDashPattern, and 10 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
IsFormatNotDefined | bool | Read | Returns true if line format is not defined (as just created, default). |
FillFormat | ILineFillFormat | Read | Returns the fill format of a line. |
Width | float | Read/Write | Returns or sets the width of a line. |
DashStyle | LineDashStyle | Read/Write | Returns or sets the line dash style. |
CapStyle | LineCapStyle | Read/Write | Returns or sets the line cap style. |
Alignment | LineAlignment | Read/Write | Returns or sets the line alignment. |
BeginArrowheadStyle | LineArrowheadStyle | Read/Write | Returns or sets the arrowhead style at the beginning of a line. |
EndArrowheadStyle | LineArrowheadStyle | Read/Write | Returns or sets the arrowhead style at the end of a line. |
BeginArrowheadWidth | LineArrowheadWidth | Read/Write | Returns or sets the arrowhead width at the beginning of a line. |
EndArrowheadWidth | LineArrowheadWidth | Read/Write | Returns or sets the arrowhead width at the end of a line. |
BeginArrowheadLength | LineArrowheadLength | Read/Write | Returns or sets the arrowhead length at the beginning of a line. |
EndArrowheadLength | LineArrowheadLength | Read/Write | Returns or sets the arrowhead length at the end of a line. |
CustomDashPattern | IList<float> | Read/Write | Returns or sets the custom dash pattern. |
Style | LineStyle | Read/Write | Returns or sets the line compound style. |
JoinStyle | LineJoinStyle | Read/Write | Returns or sets the line join style. |
MiterLimit | float | Read/Write | Returns or sets the miter limit. |