ILineFormat
Overview
ILineFormat is a interface in Aspose.Slides FOSS for .NET.
Represents format of a line.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
IsFormatNotDefined | bool | Read | Indicates whether the line format has not been explicitly set |
FillFormat | ILineFillFormat | Read | Gets or sets the fill formatting applied to the line |
Width | float | Read/Write | Gets or sets the line thickness in points |
DashStyle | LineDashStyle | Read/Write | Gets or sets the pattern of dashes used for the line |
CapStyle | LineCapStyle | Read/Write | Gets or sets the style of the line’s end caps |
Alignment | LineAlignment | Read/Write | Gets or sets the line’s alignment relative to its shape |
BeginArrowheadStyle | LineArrowheadStyle | Read/Write | Gets or sets the arrowhead style at the line’s start |
EndArrowheadStyle | LineArrowheadStyle | Read/Write | |
BeginArrowheadWidth | LineArrowheadWidth | Read/Write | Gets or sets the width of the start arrowhead |
EndArrowheadWidth | LineArrowheadWidth | Read/Write | Gets or sets the width of the end arrowhead |
BeginArrowheadLength | LineArrowheadLength | Read/Write | Gets or sets the length of the start arrowhead |
EndArrowheadLength | LineArrowheadLength | Read/Write | Gets or sets the length of the end arrowhead |
CustomDashPattern | IList<float> | Read/Write | Gets or sets a list of dash lengths defining a custom dash pattern |
Style | LineStyle | Read/Write | Gets or sets the overall line style (solid, etc.) |
JoinStyle | LineJoinStyle | Read/Write | Gets or sets how line joins are rendered (miter, bevel, round) |
MiterLimit | float | Read/Write | Gets or sets the maximum ratio for miter joins |