ILineStyle Interface
Definition for a Drawing line style.
Syntax
Unit: FlexCel.Core
ILineStyle = interface(IInterface);
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. |
Properties
Name | Description |
---|---|
Fill | Line color and/or fill. |
Width | Width of the line in EMUs (1 pt = 12700 EMUs). If null, width of the theme will be used. |
PenAlign | Specifies the alignment to be used for the underline stroke. If null, default from the theme will be used. |
LineCap | How the line ends. If null, default from the theme will be used. |
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. |
Join | How the line joins with the next. 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. |
HeadArrow | Head arrow if it has one. 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. |