ILineFormat
General
ILineFormat és una interfície en Aspose.Slides per a NET.
Representa el format d’una línia.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
IsFormatNotDefined | bool | Read | Indicates whether the line format is undefined |
FillFormat | ILineFillFormat | Read | Gets the fill settings applied to the line |
Width | float | Read/Write | Gets or sets the line thickness in points |
DashStyle | LineDashStyle | Read/Write | Gets or sets the dash pattern of the line |
CapStyle | LineCapStyle | Read/Write | Gets or sets the line end cap style |
Alignment | LineAlignment | Read/Write | Gets or sets the line alignment relative to its shape |
BeginArrowheadStyle | LineArrowheadStyle | Read/Write | Gets or sets the style of the arrowhead at the line 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 a list of dash lengths for a custom dash style |
Style | LineStyle | Read/Write | Gets or sets the overall line style (solid, dash, etc.) |
JoinStyle | LineJoinStyle | Read/Write | Gets or sets how line segments join (miter, bevel, round) |
MiterLimit | float | Read/Write | Gets or sets the miter length limit for sharp joins |