Represents a label displayed by an Arrow. New labels can be added to the arrow by calling its AddLabel method.
The following tables list the members exposed by the ArrowLabel type.
Public Constructors| Name | Description | |
|---|---|---|
![]() |
|
Public Properties| Name | Description | |
|---|---|---|
![]() |
Gets the Arrow that displays this label. |
|
![]() |
Gets or sets a value indicating whether the label can be auto arranged. |
|
![]() |
A color used to paint the label's background. |
|
![]() |
Gets or sets a value indicating whether the label's text can be wrapped. |
|
![]() |
Gets or sets the label's font. |
|
![]() |
Gets or sets the label's horizontal alignment. |
|
![]() |
Gets or sets the label's horizontal offset. |
|
![]() |
Gets or sets the index of the segment or control point this label is relative to. |
|
![]() |
|
|
![]() |
Gets or sets the label's margin. |
|
![]() |
Gets or sets the maximum width of the label. |
|
![]() |
Gets or sets the label's relative positioning. |
|
![]() |
Gets or sets the label's text. |
|
![]() |
Gets or sets the color used to draw the label's text. |
|
![]() |
Gets or sets the label's vertical alignment. |
|
![]() |
Gets or sets the label's vertical offset. |
Public Methods| Name | Description | |
|---|---|---|
![]() |
Positions this label relatively to the specified control point. |
|
![]() |
Positions this label relatively to the arrow's length. |
|
![]() |
Positions this label relatively to the specified link segment. |
See Also