Search
LinkLabel Properties
 


 Public Properties

  Name Description

AutoArrange

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

Brush

Gets or sets the brush used to draw the label's background.

EnableStyledText

Gets or sets a value indicating whether styled text rendering is enabled. (Inherited from ItemLabel.)

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.

Item

Gets or sets the DiagramItem that displays this label. (Inherited from ItemLabel.)

LengthFactor

Gets or sets label's position along link's length when the RelativeTo property is set to LinkLength.

Link

Gets or sets the DiagramLink that displays this label.

Margin

Gets or sets the label's margin size.

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.

TextBrush

Gets or sets the brush 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.

 See Also