Click or drag to resize

MultiLevelConnectingLine Class

The MultiLevelConnectingLine appears when a child Hotimage for a hotsot is displayed and points from the child Hotimage to the center of the hotspot that owns the child.This property applies to all Hotspots in the HotImage.
Inheritance Hierarchy
SystemObject
  Deltabit.WinFormsMultiLevelConnectingLine

Namespace:  Deltabit.WinForms
Assembly:  Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax
public class MultiLevelConnectingLine

The MultiLevelConnectingLine type exposes the following members.

Constructors
  NameDescription
Public methodMultiLevelConnectingLine
Default Constructor for MultiLevelConnectingLine.
Top
Properties
  NameDescription
Public propertyColor
Gets or sets the color of the MultiLevelConnectingLine.
Public propertyDashStyle
Gets or sets the DashStyle of the MultiLevelConnectingLine.
Public propertyLineCap
The LineCap is the cap used at the end of the MultiLevelConnectingLine and is drawn at the center of the hospot.
Public propertyLineCapSize
Gets or sets the size of the LineCap.
Public propertyThickness
Gets or sets the thickness of the MultiLevelConnectingLine.
Public propertyVisible
Gets or sets a value indicating if the MultiLevelConnectingLine will be displayed or not.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also