Skip to content

TTMSFNCBloxLine

Properties

Property name Description
Angle The angle of the block in degrees
Handles
Id Contains the ID of the Blox element, as specified in the Blox element registering procedure (TTMSFNCBloxControl.RegisterElements method and TTMSFNCBloxControl.OnRegisterElements event-)
LineStyle Use LineStyle to define which line will be drawn. You can switch from one line to another. Default is lsLine
LinkPoints
Points The Points property contains information about the line points. The Points property is used to draw the whole line: a line segment is drawn from first point to the second, then from the second to third, etc
RequiresConnections When RequiresConnections is true, the Blox will require the line to be connected to a block. Both start and end points must be connected. The end-user will not able to insert, move or resize a line unless its start and end points are connected to a block
SourceArrow SourceArrow property specifies the shape for the start point of line
SourceHandle A readonly property that returns the source handle linked via the SourceLinkPoint property
SourceLinkPoint SourceLinkPoint contains information about the link point associated with the start point of the line. Use SourceLinkPoint to read or specify an anchor for the line start point
Stroke Use the Stroke property to change the border of the element
TargetArrow TargetArrow property specifies the shape for the end point of line
TargetHandle A readonly property that returns the target handle linked via the TargetLinkPoint property
TargetLinkPoint TargetLinkPoint contains information about the link point associated with the end point of the line. Use TargetLinkPoint to read or specify an anchor for the line end point
TextCells TextCells property holds the collection of text cells of the element