ILineFormat Interface

Represents format of a line.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface ILineFormat : ILineParamSource

The ILineFormat type exposes the following members.

Properties
  NameDescription
Public propertyAlignment
Returns or sets the line alignment. Read/write LineAlignment.
Public propertyAsILineParamSource
Allows to get base ILineParamSource interface. Read-only ILineParamSource.
Public propertyBeginArrowheadLength
Returns or sets the arrowhead length at the beginning of a line. Read/write LineArrowheadLength.
Public propertyBeginArrowheadStyle
Returns or sets the arrowhead style at the beginning of a line. Read/write LineArrowheadStyle.
Public propertyBeginArrowheadWidth
Returns or sets the arrowhead width at the beginning of a line. Read/write LineArrowheadWidth.
Public propertyCapStyle
Returns or sets the line cap style. Read/write LineCapStyle.
Public propertyCustomDashPattern
Returns or sets the custom dash pattern. Read/write float.
Public propertyDashStyle
Returns or sets the line dash style. Read/write LineDashStyle.
Public propertyEndArrowheadLength
Returns or sets the arrowhead length at the end of a line. Read/write LineArrowheadLength.
Public propertyEndArrowheadStyle
Returns or sets the arrowhead style at the end of a line. Read/write LineArrowheadStyle.
Public propertyEndArrowheadWidth
Returns or sets the arrowhead width at the end of a line. Read/write LineArrowheadWidth.
Public propertyFillFormat
Returns the fill format of a line. Read-only ILineFillFormat.
Public propertyIsFormatNotDefined
Returns true if line format is not defined (as just created, default). Read-only Boolean.
Public propertyJoinStyle
Returns or sets the lines join style. Read/write LineJoinStyle.
Public propertyMiterLimit
Returns or sets the miter limit of a line. Read/write Single.
Public propertyStyle
Returns or sets the line style. Read/write LineStyle.
Public propertyWidth
Returns or sets the width of a line. Read/write Double.
Methods
  NameDescription
Public methodEquals
Determines whether the two LineFormat instances are equal.
Public methodGetEffective
Gets effective line formatting data with the inheritance applied.
See Also