Search
ArrowLabel Members
Constructors Properties Methods
 


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

ArrowLabel

 

 Public Properties

  Name Description

Arrow

Gets the Arrow that displays this label.

AutoArrange

Gets or sets a value indicating whether the label can be auto arranged.

BackColor

A color used to paint the label's background.

EnableWrap

Gets or sets a value indicating whether the label's text can be wrapped.

Font

Gets or sets the label's font.

HorizontalAlign

Gets or sets the label's horizontal alignment.

HorizontalOffset

Gets or sets the label's horizontal offset.

Index

Gets or sets the index of the segment or control point this label is relative to.

LengthFactor

 

Margin

Gets or sets the label's margin.

MaxWidth

Gets or sets the maximum width of the label.

RelativeTo

Gets or sets the label's relative positioning.

Text

Gets or sets the label's text.

TextColor

Gets or sets the color used to draw the label's text.

VerticalAlign

Gets or sets the label's vertical alignment.

VerticalOffset

Gets or sets the label's vertical offset.

 Public Methods

  Name Description

SetControlPointPosition

Positions this label relatively to the specified control point.

SetLinkLengthPosition

Positions this label relatively to the arrow's length.

SetSegmentPosition

Positions this label relatively to the specified link segment.

 See Also