LineFormat Class

Represents format of a line.
Inheritance Hierarchy

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public class LineFormat : PVIObject, ILineFormat, 
	ILineParamSource

The LineFormat type exposes the following members.

Properties
  NameDescription
Public propertyAlignment
Returns or sets the line alignment. Read/write LineAlignment.
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(Object)
Compares with specified object.
(Inherited from PVIObject.)
Public methodEquals(ILineFormat)
Determines whether the two LineFormat instances are equal.
Protected methodFinalize (Inherited from Object.)
Public methodCode exampleGetEffective
Gets effective line formatting data with the inheritance applied.
Public methodGetHashCode
Returns hash code.
(Inherited from PVIObject.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also