MindFusion.Wpf Pack Programmer's Guide
ItemLabel Properties
 


 Public Properties

  Name Description

Brush

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

ConstrainedHeight

Gets whether text layout area has limited height. (Inherited from TextPresenter.)

EnableWrap

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

FontFamily

Gets or sets the preferred font family for this TextPresenter. (Inherited from TextPresenter.)

FontSize

Gets or sets the font size for this TextPresenter. (Inherited from TextPresenter.)

FontStretch

Gets or sets the font-stretching characteristics for this TextPresenter. (Inherited from TextPresenter.)

FontStyle

Gets or sets the font style for this TextPresenter. (Inherited from TextPresenter.)

FontWeight

Gets or sets the font weight for this TextPresenter. (Inherited from TextPresenter.)

HorizontalOffset

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

Index

Gets or sets the index of an edge or point this label is relative to.

Item

Gets or sets the DiagramItem that displays this label.

Text

Gets or sets the text displayed inside this item. (Inherited from TextPresenter.)

TextAlignment

Gets or sets a value that indicates the horizontal alignment of text content. (Inherited from TextPresenter.)

TextBrush

Gets or sets the text displayed inside this item. (Inherited from TextPresenter.)

TextDecorations

Gets or sets the effects to apply to the text of this TextPresenter. (Inherited from TextPresenter.)

TextPadding

Gets or sets the thickness of padding space between the item boundaries and its text. (Inherited from TextPresenter.)

TextTrimming

Gets or sets the text trimming to employ when text overflows the item area. (Inherited from TextPresenter.)

TextVerticalAlignment

Gets or sets a value that indicates the vertical alignment of text content. (Inherited from TextPresenter.)

TextWrapping

Gets or sets how this TextPresenter should wrap text. (Inherited from TextPresenter.)

VerticalOffset

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

 See Also

ItemLabel Class
MindFusion.Diagramming.Wpf Namespace