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

NameTypeAccessDescription
IsFormatNotDefinedboolReadGets the is format not defined.
FillFormatILineFillFormatReadGets the fill format.
WidthfloatRead/WriteGets or sets the width.
DashStyleLineDashStyleRead/WriteGets or sets the dash style.
CustomDashPatternIList<float>Read/WriteGets or sets the custom dash pattern.
StyleLineStyleRead/WriteGets or sets the style.
CapStyleLineCapStyleRead/WriteGets or sets the cap style.
AlignmentLineAlignmentRead/WriteGets or sets the alignment.
BeginArrowheadStyleLineArrowheadStyleRead/WriteGets or sets the begin arrowhead style.
EndArrowheadStyleLineArrowheadStyleRead/WriteGets or sets the end arrowhead style.
BeginArrowheadWidthLineArrowheadWidthRead/WriteGets or sets the begin arrowhead width.
EndArrowheadWidthLineArrowheadWidthRead/WriteGets or sets the end arrowhead width.
BeginArrowheadLengthLineArrowheadLengthRead/WriteGets or sets the begin arrowhead length.
EndArrowheadLengthLineArrowheadLengthRead/WriteGets or sets the end arrowhead length.
JoinStyleLineJoinStyleRead/WriteGets or sets the join style.
MiterLimitfloatRead/WriteGets or sets the miter limit.

See Also