MindFusion.Wpf Pack Programmer's Guide
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

Gest 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

Creates an exact copy of this LineTemplate element.

GetStartPoint

Get the element's start point. (Inherited from ElementTemplate.)

SameAs

ElementTemplate.SameAs override.

UpdatePath

ElementTemplate.UpdatePath override. Appends the outline represented by the current element to the specified path.

 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

LineTemplate Class
MindFusion.Diagramming.Wpf Namespace