MindFusion.Wpf Pack Programmer's Guide
TreeViewItem Properties
 


 Public Properties

  Name Description

Children

Gets a list of this item's children in the hierarchy.

ConstrainedHeight

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

Dirty

For internal use.

Expanded

Gets or sets whether this item is expanded to show its children.

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

Height

Gets or sets the height of this item.

Image

Gets or sets the image that is displayed in this treeview item.

IncomingLinks

Gets a collection of all links that point to this item.

Label

Gets or sets the label of this item.

LabelBrush

Gets or sets the label color of this item.

OutgoingLinks

Gets a collection of all links that go out of this item.

Tag

Gets or sets custom data associated with this item.

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

 See Also

TreeViewItem Class
MindFusion.Diagramming.Wpf Namespace