| MultiLevelConnectingLineThickness Property |
Gets or sets the thickness of the MultiLevelConnectingLine.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public int Thickness { get; set; }
Public Property Thickness As Integer
Get
Set
Dim instance As MultiLevelConnectingLine
Dim value As Integer
value = instance.Thickness
instance.Thickness = value
public:
property int Thickness {
int get ();
void set (int value);
}
Property Value
Type:
Int32See Also