MindFusion.Wpf Pack Programmer's Guide
TableNode.Cell Members
Constructors Fields Properties Methods
 


Represents a cell in a TableNode instance.

The following tables list the members exposed by the TableNode.Cell type.

 Public Constructors

  Name Description

TableNode.Cell

Initializes a new instance of the TableNode.Cell class.

 Public Fields

  Name Description

FontFamilyProperty

Identifies the FontFamily dependency property. (Inherited from TextPresenter.)

FontSizeProperty

Identifies the FontSize dependency property. (Inherited from TextPresenter.)

FontStretchProperty

Identifies the FontStretch dependency property. (Inherited from TextPresenter.)

FontStyleProperty

Identifies the FontStyle dependency property. (Inherited from TextPresenter.)

FontWeightProperty

Identifies the FontWeight dependency property. (Inherited from TextPresenter.)

ImagePaddingProperty

Identifies the ImagePadding dependency property.

TemplateProperty

Identifies the Template dependency property.

TextAlignmentProperty

Identifies the TextAlignment dependency property. (Inherited from TextPresenter.)

TextBrushProperty

Identifies the TextBrush dependency property. (Inherited from TextPresenter.)

TextDecorationsProperty

Identifies the TextDecorations dependency property. (Inherited from TextPresenter.)

TextPaddingProperty

Identifies the TextPadding dependency property. (Inherited from TextPresenter.)

TextProperty

Identifies the Text dependency property. (Inherited from TextPresenter.)

TextTrimmingProperty

Identifies the TextTrimming dependency property. (Inherited from TextPresenter.)

TextVerticalAlignmentProperty

Identifies the TextVerticalAlignment dependency property. (Inherited from TextPresenter.)

TextWrappingProperty

Identifies the TextWrapping dependency property. (Inherited from TextPresenter.)

 Public Properties

  Name Description

Brush

Gets or sets the brush used to fill this cell.

ColumnSpan

Gets or sets how many columns the cell should span.

ConstrainedHeight

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

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

HyperLink

Gets or sets the hyperlink associated with the cell.

Image

Gets or sets the image that is displayed in this cell.

ImageAlign

Gets or sets the alignment of the image displayed in this cell.

ImagePadding

Gets or sets the padding distance between cell's borders and Image.

PlainText

Gets the plain text of the cell.

RowSpan

Gets or sets how many rows the cell should span.

Table

Gets a reference to the TableNode containing this cell.

Tag

Gets or sets custom data associated with this cell.

Template

Gets or sets the DataTemplate used to display this node.

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

TextFormat

Gets or sets the alignment of the text that is displayed inside the cell.

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

ToolTip

Gets or sets the tooltip text associated with the cell.

 Protected Properties

  Name Description

VisualChildrenCount

FrameworkElement.VisualChildrenCount override.

 Public Methods

  Name Description

Clone

Creates a copy of this cell.

CopyFrom

Copies all text attributes from the specified object. (Inherited from TextPresenter.)

 Protected Methods

  Name Description

ArrangeOverride

FrameworkElement.ArrangeOverride override.

GetVisualChild

FrameworkElement.GetVisualChild override.

LoadFromJson

Loads the cell content from a JsonObject.

LoadFromXml

Loads the cell content from an XML element.

LoadTextAttributes

Overloaded.   (Inherited from TextPresenter.)

MeasureOverride

FrameworkElement.MeasureOverride override.

OnTextAttributeChanged

TextPresenter.OnTextAttributeChanged override.

SaveTextAttributes

Overloaded.   (Inherited from TextPresenter.)

SaveToJson

Saves the cell content into a JsonObject.

SaveToXml

Saves the cell content into an XML element.

SetDiagramDirty

TextPresenter.SetDiagramDirty override.

 See Also

TableNode.Cell Class
MindFusion.Diagramming.Wpf Namespace