LineFormat

Overview

LineFormat is a class in Aspose.Slides FOSS for .NET. Inherits from: ILineFormat.

Represents line formatting properties.

Properties

NameTypeAccessDescription
IsFormatNotDefinedboolReadIndicates whether the line format is undefined
FillFormatILineFillFormatReadProvides access to the line’s fill formatting settings
WidthfloatRead/Write
DashStyleLineDashStyleRead/WriteGets or sets the predefined dash pattern applied to the line
CustomDashPatternIList<float>Read/WriteHolds a list of dash lengths for a custom dash style
StyleLineStyleRead/WriteGets or sets the overall line style such as solid or patterned
CapStyleLineCapStyleRead/WriteGets or sets the cap style applied to the ends of the line
AlignmentLineAlignmentRead/Write
BeginArrowheadStyleLineArrowheadStyleRead/Write
EndArrowheadStyleLineArrowheadStyleRead/WriteGets or sets the arrowhead style at the line’s end
BeginArrowheadWidthLineArrowheadWidthRead/Write
EndArrowheadWidthLineArrowheadWidthRead/Write
BeginArrowheadLengthLineArrowheadLengthRead/Write
EndArrowheadLengthLineArrowheadLengthRead/Write
JoinStyleLineJoinStyleRead/Write
MiterLimitfloatRead/WriteGets or sets the miter limit for miter joins on the line

See Also