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