LineFormat
Overview
LineFormat is a class in Aspose.Slides FOSS for .NET.
Inherits from: ILineFormat.
Represents line formatting properties.
Properties: Alignment, BeginArrowheadLength, BeginArrowheadStyle, BeginArrowheadWidth, CapStyle, CustomDashPattern, and 10 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
IsFormatNotDefined | bool | Read | Gets the is format not defined. |
FillFormat | ILineFillFormat | Read | Gets the fill format. |
Width | float | Read/Write | Gets or sets the width. |
DashStyle | LineDashStyle | Read/Write | Gets or sets the dash style. |
CustomDashPattern | IList<float> | Read/Write | Gets or sets the custom dash pattern. |
Style | LineStyle | Read/Write | Gets or sets the style. |
CapStyle | LineCapStyle | Read/Write | Gets or sets the cap style. |
Alignment | LineAlignment | Read/Write | Gets or sets the alignment. |
BeginArrowheadStyle | LineArrowheadStyle | Read/Write | Gets or sets the begin arrowhead style. |
EndArrowheadStyle | LineArrowheadStyle | Read/Write | Gets or sets the end arrowhead style. |
BeginArrowheadWidth | LineArrowheadWidth | Read/Write | Gets or sets the begin arrowhead width. |
EndArrowheadWidth | LineArrowheadWidth | Read/Write | Gets or sets the end arrowhead width. |
BeginArrowheadLength | LineArrowheadLength | Read/Write | Gets or sets the begin arrowhead length. |
EndArrowheadLength | LineArrowheadLength | Read/Write | Gets or sets the end arrowhead length. |
JoinStyle | LineJoinStyle | Read/Write | Gets or sets the join style. |
MiterLimit | float | Read/Write | Gets or sets the miter limit. |