Search
LinkLabel Properties
 


 Public Properties

  Name Description

autoArrange

Gets or sets whether to automatically arrange the label to avoid overlapping nodes.

brush

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

Brush

Gets or sets the brush used to draw the label's background. (Inherited from ItemLabel.)

EnableWrap

Gets or sets a value indicating whether the label's text can be wrapped. (Inherited from ItemLabel.)

font

Gets or sets the font used to render label's text.

Font

Gets or sets the label's font. (Inherited from ItemLabel.)

horizontalAlign

Gets or sets the label's horizontal alignment.

HorizontalAlign

Gets or sets the label's horizontal alignment. (Inherited from ItemLabel.)

HorizontalOffset

Gets or sets the label's horizontal offset from its pin point. (Inherited from ItemLabel.)

Index

Gets or sets the index of an edge or point this label is relative to. (Inherited from ItemLabel.)

Item

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

margin

Gets or sets the label's margin.

Margin

Gets or sets the label's margin. (Inherited from ItemLabel.)

MaxWidth

Gets or sets the maximum width of the label. (Inherited from ItemLabel.)

text

Gets or sets the label's text.

Text

Gets or sets the label's text. (Inherited from ItemLabel.)

TextBrush

Gets or sets the brush used to draw the label's text. (Inherited from ItemLabel.)

textColor

Gets or sets the text color.

verticalAlign

Gets or sets the label's vertical alignment.

VerticalAlign

Gets or sets the label's vertical alignment. (Inherited from ItemLabel.)

VerticalOffset

Gets or sets the label's vertical offset from its pin point. (Inherited from ItemLabel.)

 See Also