Table of Contents

TLineStyle Class

Definition for a Drawing line style.

Syntax

Namespace: FlexCel.Core

public class TLineStyle: IComparable

Fields

Name Description
DefaultWidth Default line width.

Constructors

Methods

Name Description
Clone Returns a deep copy of the fill style.
CompareTo Returns -1, 0 or 1 depending if the object is smaller, equal or bigger than the other.
Equals Returns true if this instance has the same data as the object obj.
GetHashCode Returns the hashcode for this object

Properties

Name Description
CompoundLineType Compound line style. If null, default from the theme will be used.
Dashing Line dashing. If null, default from the theme will be used.
Fill Line color and/or fill.
HeadArrow Head arrow if it has one. If null, default from the theme will be used.
Join How the line joins with the next. If null, default from the theme will be used.
LineCap How the line ends. If null, default from the theme will be used.
MiterLim The amount by which lines is extended to form a miter join, when Join is TLineJoin.Miter.
PenAlign Specifies the alignment to be used for the underline stroke. If null, default from the theme will be used.
TailArrow Tail arrow if it has one. If null, default from the theme will be used.
Width Width of the line in EMUs (1 pt = 12700 EMUs). If null, width of the theme will be used.