Click or drag to resize

Line Class

Represents a line
Inheritance Hierarchy

Namespace:  Easymap.AddIn.Elements
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public class Line : WindowlessComponent

The Line type exposes the following members.

Properties
  NameDescription
Public propertyAngle
Angle in degrees
Public propertyEndCap
Style of the end point
Public propertyEndPoint
End point of the line
Public propertyStartCap
Style of the start point
Public propertyStartPoint
Start point of the line
Top
Remarks
Use the StartCap, EndCap, StartPoint, EndPoint and Fill properties to modify the display style.
See Also