Search
LineTemplate Members
Constructors Properties Methods
 


Represents a line segment in a shape definition.

The following tables list the members exposed by the LineTemplate type.

 Public Constructors

  Name Description

LineTemplate

Overloaded. Initializes a new instance of the LineTemplate class.

 Public Properties

  Name Description

Color

Gets or sets the outline color of this element. (Inherited from ElementTemplate.)

Coordinates

Gets a double array containing the coordinates of the end points of this line segment.

DashStyle

Gets or sets the dash style of the outline of this element. (Inherited from ElementTemplate.)

Width

Gets or sets the outline width of this element. (Inherited from ElementTemplate.)

 Public Methods

  Name Description

Clone

Create an exact copy of this LineTemplate element.

SameAs

ElementTemplate.SameAs override.

 Protected Methods

  Name Description

GetElementPen

Gets a pen used to render the element. If no pen properties are explicitly specified for this element, returns the pen passed as an argument. (Inherited from ElementTemplate.)

 See Also