Click or drag to resize

TextLineFormat Class

Represents format of a line.
Inheritance Hierarchy
System Object
Spire.Presentation TextLineFormat

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public class TextLineFormat : IActiveSlide, 
	IActivePresentation, IChartGridLine

The TextLineFormat type exposes the following members.

Properties
Name Description
Public property Alignment
Gets or sets the line alignment. Read/write PenAlignmentType .
Public property CapStyle
Gets or sets the line cap style. Read/write LineCapStyle .
Public property DashStyle
Gets or sets the line dash style. Read/write LineDashStyleType .
Public property FillFormat
Gets the fill format of a line. Read-only LineFillFormat .
Public property FillType
Gets or sets the fill format type.
Public property Gradient
Gets the Gradient fill format. Read-only Pattern .
Public property JoinStyle
Gets or sets the lines join style. Read/write LineJoinType .
Public property LineBeginLength
Gets or sets the arrowhead length at the beginning of a line. Read/write LineEndLength .
Public property LineBeginType
Gets or sets the arrowhead style at the beginning of a line. Read/write LineEndType .
Public property LineBeginWidth
Gets or sets the arrowhead width at the beginning of a line. Read/write LineEndWidth .
Public property LineEndLength
Gets or sets the arrowhead length at the end of a line. Read/write LineEndLength .
Public property LineEndType
Gets or sets the arrowhead style at the end of a line. Read/write LineEndType .
Public property LineEndWidth
Gets or sets the arrowhead width at the end of a line. Read/write LineEndWidth .
Public property MiterLimit
Gets or sets the miter limit of a line. Read/write Single .
Public property Pattern
Gets the pattern fill format. Read-only Pattern .
Public property RotateWithShape
Indicates whether the fill should be rotated with a shape. Read/write TriState .
Public property SolidFillColor
Gets the color of a solid fill. Read-only ColorFormat .
Public property Style
Gets or sets the line style. Read/write TextLineStyle .
Public property Width
Gets or sets the width of a line. Read/write Double .
Top
Methods
Name Description
Public method Equals(Object)
Indicates whether the two LineFormat instances are equal.
(Overrides Object Equals(Object) .)
Public method Equals(TextLineFormat)
Indicates whether the two LineFormat instances are equal.
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetHashCode (Overrides Object GetHashCode .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also