Search
NodeLabel Properties
 


 Public Properties

  Name Description

Brush

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

ContentPadding

Gets or sets the distance between image and text when both are specified. (Inherited from ItemLabel.)

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. (Inherited from ItemLabel.)

Font

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

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.)

Image

Gets or sets the image displayed by this label. (Inherited from ItemLabel.)

ImageAlign

Gets or sets the alignment of label's image relative to text. (Inherited from ItemLabel.)

ImageSize

Gets or sets a size that overrides the native image size. (Inherited from ItemLabel.)

ImageUrl

Gets or sets URL of the image to display inside this label. (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.)

Locked

Gets or sets a value indicating whether users are allowed to edit this label. (Inherited from ItemLabel.)

Margin

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

MaxWidth

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

Node

Gets or sets the DiagramNode that displays this label.

RelativeTo

Gets or sets the label's relative positioning.

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.)

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