The LineProps type exposes the following members.

Constructors

  Name Description
Public method LineProps
Initializes a new instance of the LineProps class. The points that this line connects are set to the left top and right bottom corners of the containing RenderLine object.

Methods

  Name Description
Public method AssignFrom
Assigns (copies) properties from another ShapeProps to the current object.
(Inherited from LinePropsBase.)

Properties

  Name Description
Public property X1
Gets or sets the X coordinate of the first of the two points that the line connects.
Public property X2
Gets or sets the X coordinate of the second of the two points that the line connects.
Public property Y1
Gets or sets the Y coordinate of the first of the two points that the line connects.
Public property Y2
Gets or sets the Y coordinate of the second of the two points that the line connects.

See Also