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