ILineFormat

Overview

ILineFormat is a interface in Aspose.Slides FOSS for .NET.

Represents format of a line.

Properties

NameTypeAccessDescription
IsFormatNotDefinedboolReadIndicates whether the line format has not been explicitly set
FillFormatILineFillFormatReadGets or sets the fill formatting applied to the line
WidthfloatRead/WriteGets or sets the line thickness in points
DashStyleLineDashStyleRead/WriteGets or sets the pattern of dashes used for the line
CapStyleLineCapStyleRead/WriteGets or sets the style of the line’s end caps
AlignmentLineAlignmentRead/WriteGets or sets the line’s alignment relative to its shape
BeginArrowheadStyleLineArrowheadStyleRead/WriteGets or sets the arrowhead style at the line’s start
EndArrowheadStyleLineArrowheadStyleRead/Write
BeginArrowheadWidthLineArrowheadWidthRead/WriteGets or sets the width of the start arrowhead
EndArrowheadWidthLineArrowheadWidthRead/WriteGets or sets the width of the end arrowhead
BeginArrowheadLengthLineArrowheadLengthRead/WriteGets or sets the length of the start arrowhead
EndArrowheadLengthLineArrowheadLengthRead/WriteGets or sets the length of the end arrowhead
CustomDashPatternIList<float>Read/WriteGets or sets a list of dash lengths defining a custom dash pattern
StyleLineStyleRead/WriteGets or sets the overall line style (solid, etc.)
JoinStyleLineJoinStyleRead/WriteGets or sets how line joins are rendered (miter, bevel, round)
MiterLimitfloatRead/WriteGets or sets the maximum ratio for miter joins

See Also