| MultiLevelConnectingLineLineCap Property |
The LineCap is the cap used at the end of the MultiLevelConnectingLine and is drawn at the center of the hospot.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public LineCap LineCap { get; set; }
Public Property LineCap As LineCap
Get
Set
Dim instance As MultiLevelConnectingLine
Dim value As LineCap
value = instance.LineCap
instance.LineCap = value
public:
property LineCap LineCap {
LineCap get ();
void set (LineCap value);
}
Property Value
Type:
LineCapSee Also