Search
ItemLabel Members
Constructors Properties
 


Represents a label displayed by a DiagramItem.

The following tables list the members exposed by the ItemLabel type.

 Public Constructors

  Name Description

ItemLabel

Initializes a new instance of the ItemLabel class.

 Public Properties

  Name Description

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.

enableWrap

Gets or sets a value indicating whether text wrapping is enabled.

font

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

horizontalAlign

Gets or sets the label's horizontal alignment.

horizontalOffset

Gets or sets label's horizontal offset from its pin point.

margin

Gets or sets the label's margin.

maxWidth

Gets or sets the maximum width of this label.

text

Gets or sets the label's text.

textColor

Gets or sets the text color.

verticalAlign

Gets or sets the label's vertical alignment.

verticalOffset

Gets or sets label's vertical offset from its pin point.

 See Also