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


Represents a header in a grid view.

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

 Public Constructors

  Name Description

Header

Overloaded.  

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

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

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

Height

Gets or sets the height of this header.

IsColumnHeader

Gets a value indicating whether this header is a column header.

IsRowHeader

Gets a value indicating whether this header is a row header.

ResizeType

Gets or sets how a row or a column is resized relatively to its parent.

RotateTitle

Gets or sets a value indicating whether to rotate the header caption at 90 degree.

Style

Gets or sets the style of this header.

SubHeaders

Gets a collection of the subheaders of this header.

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

Title

Gets or sets the header caption.

TitleColor

Gets or sets the color of the header caption.

TitleFont

Gets or sets the font of the header caption.

TitleFormat

Gets or sets the alignment of the header caption.

Width

Gets or sets the width of this header.

 Public Methods

  Name Description

CopyFrom

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

 Protected Methods

  Name Description

LoadFromJson

Loads the header from the specified JsonObject using the specified context.

LoadTextAttributes

Overloaded.   (Inherited from TextPresenter.)

OnTextAttributeChanged

TextPresenter.OnTextAttributeChanged override.

SaveTextAttributes

Overloaded.   (Inherited from TextPresenter.)

SaveToJson

Saves the header to the specified JsonObject using the specified context.

SetDiagramDirty

TextPresenter.SetDiagramDirty override.

 See Also

Header Class
MindFusion.Diagramming.Wpf.Lanes Namespace