| HotImageMultiLevelConnectingLine Property |
Provides properties to customize and draw a line from the center of the hotspot to the child Hotimage, which assists in indicating the source of the child HotImage.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public MultiLevelConnectingLine MultiLevelConnectingLine { get; set; }
Public Property MultiLevelConnectingLine As MultiLevelConnectingLine
Get
Set
Dim instance As HotImage
Dim value As MultiLevelConnectingLine
value = instance.MultiLevelConnectingLine
instance.MultiLevelConnectingLine = value
public:
property MultiLevelConnectingLine^ MultiLevelConnectingLine {
MultiLevelConnectingLine^ get ();
void set (MultiLevelConnectingLine^ value);
}
Property Value
Type:
MultiLevelConnectingLineSee Also