| MultiLevelConnectingLineVisible Property |
Gets or sets a value indicating if the MultiLevelConnectingLine will be displayed or not.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public bool Visible { get; set; }
Public Property Visible As Boolean
Get
Set
Dim instance As MultiLevelConnectingLine
Dim value As Boolean
value = instance.Visible
instance.Visible = value
public:
property bool Visible {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also