Table of Contents

Class jLine

Namespace
ComfileTech.jControlsNF4
Assembly
ComfileTech.jControlsNF4.dll

A control for drawing a line or a polyline.

[Browsable(true)]
[ToolboxBitmap(typeof(jLine), "ComfileTech.jControlsNF4.Icons.jLine.bmp")]
public class jLine : jShape, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IjControl, ISupportInitialize
Inheritance
jLine
Implements
Inherited Members

Constructors

jLine()

Instantiates a new instance of this class with default values.

Properties

LineJoin

The shape of the joints to use when drawing the line.

MiterLimit

The maximum length of a miter line join before it becomes a bevel.

Path

Gets the SVG path data string that defines this control's shape.

Thickness

The thickness of the line.

YCoordinates

The series of y-coordinates, as a percentage of the control's height, that defines the line, exposed as a last in, first out queue for convenient editing.