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