Line
Contents
[
Hide
]Line class
Contains elements specifying general positioning information about a shape.
Properties
| Name | Type | Description |
|---|---|---|
| Del | int | A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca |
| LineWeight | DoubleValue | Specifies the line weight of a shape. Line weight is independent of the scale of the drawing. If the drawing is scaled, |
| GradientLine | GradientFill | Contains the current gradient line formatting values for the shape |
| LineColor | ColorValue | Specifies the line color of the shape. |
| CompoundType | CompoundType | Specifies the line CompoundType of the shape. |
| LinePattern | LinePattern | Specifies the line pattern of the shape |
| Rounding | DoubleValue | Specifies the radius of the rounding arc applied where two contiguous segments of a path meet. For example, rounding can |
| EndArrowSize | ArrowSize | Specifies the size of the arrowhead at the end of the line. |
| BeginArrow | IntValue | Indicates whether a line has an arrowhead or other line end format at its first vertex. Enter a number from 0 to 45 or t |
| EndArrow | IntValue | Indicates whether a line has an arrowhead or other line-end format at its last vertex. |
| LineCap | BoolValue | Specifies whether a line has rounded or square line ends. |
| BeginArrowSize | ArrowSize | Determines the size of the arrowhead at the beginning of the line. Enter a number from 0 to 6. |
| LineColorTrans | DoubleValue | Specifies the transparency level of a shape’s line color, from 0 (opaque) to 1 (completely transparent). The default is |
Methods
| Name | Description |
|---|---|
| deepClone | Creates deep copy of this instance. |