ILineFormat

Overview

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

Represents format of a line.

Properties: Alignment, BeginArrowheadLength, BeginArrowheadStyle, BeginArrowheadWidth, CapStyle, CustomDashPattern, and 10 more.

Properties

NameTypeAccessDescription
IsFormatNotDefinedboolReadReturns true if line format is not defined (as just created, default).
FillFormatILineFillFormatReadReturns the fill format of a line.
WidthfloatRead/WriteReturns or sets the width of a line.
DashStyleLineDashStyleRead/WriteReturns or sets the line dash style.
CapStyleLineCapStyleRead/WriteReturns or sets the line cap style.
AlignmentLineAlignmentRead/WriteReturns or sets the line alignment.
BeginArrowheadStyleLineArrowheadStyleRead/WriteReturns or sets the arrowhead style at the beginning of a line.
EndArrowheadStyleLineArrowheadStyleRead/WriteReturns or sets the arrowhead style at the end of a line.
BeginArrowheadWidthLineArrowheadWidthRead/WriteReturns or sets the arrowhead width at the beginning of a line.
EndArrowheadWidthLineArrowheadWidthRead/WriteReturns or sets the arrowhead width at the end of a line.
BeginArrowheadLengthLineArrowheadLengthRead/WriteReturns or sets the arrowhead length at the beginning of a line.
EndArrowheadLengthLineArrowheadLengthRead/WriteReturns or sets the arrowhead length at the end of a line.
CustomDashPatternIList<float>Read/WriteReturns or sets the custom dash pattern.
StyleLineStyleRead/WriteReturns or sets the line compound style.
JoinStyleLineJoinStyleRead/WriteReturns or sets the line join style.
MiterLimitfloatRead/WriteReturns or sets the miter limit.

See Also