LineFormat
Overview
LineFormat is a class in Aspose.Slides FOSS for .NET.
Inherits from: ILineFormat.
Represents line formatting properties.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
IsFormatNotDefined | bool | Read | Indicates whether the line format is undefined |
FillFormat | ILineFillFormat | Read | Provides access to the line’s fill formatting settings |
Width | float | Read/Write | |
DashStyle | LineDashStyle | Read/Write | Gets or sets the predefined dash pattern applied to the line |
CustomDashPattern | IList<float> | Read/Write | Holds a list of dash lengths for a custom dash style |
Style | LineStyle | Read/Write | Gets or sets the overall line style such as solid or patterned |
CapStyle | LineCapStyle | Read/Write | Gets or sets the cap style applied to the ends of the line |
Alignment | LineAlignment | Read/Write | |
BeginArrowheadStyle | LineArrowheadStyle | Read/Write | |
EndArrowheadStyle | LineArrowheadStyle | Read/Write | Gets or sets the arrowhead style at the line’s end |
BeginArrowheadWidth | LineArrowheadWidth | Read/Write | |
EndArrowheadWidth | LineArrowheadWidth | Read/Write | |
BeginArrowheadLength | LineArrowheadLength | Read/Write | |
EndArrowheadLength | LineArrowheadLength | Read/Write | |
JoinStyle | LineJoinStyle | Read/Write | |
MiterLimit | float | Read/Write | Gets or sets the miter limit for miter joins on the line |