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


Represents a report element that can display text or data, which can be formatted as text.

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

 Public Constructors

  Name Description

Label

Initializes a new instance of the Label class.

 Public Fields

  Name Description

AutoSizeProperty

Identifies the AutoSize dependency property.

BackgroundProperty

Identifies the Background dependency property. (Inherited from ReportItem.)

BorderBrushProperty

Identifies the BorderBrush dependency property. (Inherited from ReportItem.)

BorderThicknessProperty

Identifies the BorderThickness dependency property. (Inherited from ReportItem.)

ForegroundProperty

Identifies the Foreground dependency property.

LocationProperty

Identifies the Location dependency property. (Inherited from ReportItem.)

PaddingProperty

Identifies the Padding dependency property.

PageCountProperty

Identifies the PageCount dependency property. (Inherited from ReportItem.)

PageCurrentProperty

Identifies the PageCurrent dependency property. (Inherited from ReportItem.)

RangeItemCountProperty

Identifies the RangeItemCount dependency property. (Inherited from ReportItem.)

RangeItemCurrentProperty

Identifies the RangeItemCurrent dependency property. (Inherited from ReportItem.)

SizeProperty

Identifies the Size dependency property. (Inherited from ReportItem.)

TextAlignmentProperty

Identifies the TextAlignment dependency property.

TextFormatProperty

Identifies the TextFormat dependency property.

TextProperty

Identifies the Text dependency property.

UseDesignOrderProperty

Identifies the UseDesignOrder dependency property. (Inherited from ReportItem.)

 Public Properties

  Name Description

AutoSize

Gets or sets a value indicating whether the label will auto resize to fit its content. This is a dependency property.

Background

Gets or sets the brush used to fill the background of this item. This is a dependency property. (Inherited from ReportItem.)

BorderBrush

Gets or sets the brush used to paint the border of this item. This is a dependency property. (Inherited from ReportItem.)

BorderThickness

Gets or sets the thickness of the border around this item. This is a dependency property. (Inherited from ReportItem.)

FontFamily

Gets or sets the font family of this label. If the font family is not specified, it will be inherited from the containing report.

FontSize

Gets or sets the font size of this label. If the font size is not specified, it will be inherited from the containing report.

FontStyle

Gets or sets the font style of this label. If the font style is not specified, it will be inherited from the containing report.

FontWeight

Gets or sets the font weight of this label. If the font weight is not specified, it will be inherited from the containing report.

Foreground

Gets or sets the brush used to fill the foreground of this item. This is a dependency property.

Location

Gets or sets the position of this item relative to its parent element. This is a dependency property. (Inherited from ReportItem.)

Padding

Gets or sets the distance between the label text and the label bounds. This is a dependency property.

PageCount

Gets the total number of pages in the report this item belongs to. This is a dependency property. (Inherited from ReportItem.)

PageCurrent

Gets the index of the page this item is laid out on. This is a dependency property. (Inherited from ReportItem.)

RangeItemCount

Gets the total number of items within a data range (if any). This is a dependency property. (Inherited from ReportItem.)

RangeItemCurrent

Gets the index of this item within a data range (if any). This is a dependency property. (Inherited from ReportItem.)

Size

Gets or sets the of the item. This is dependency property. (Inherited from ReportItem.)

Text

Gets or sets the text of the label. This is a dependency property.

TextAlignment

Gets or sets the alignment of the label's text. This is a dependency property.

TextFormat

Gets the string used to format the Text of this label. This is a dependency property.

UseDesignOrder

Gets or sets a value indicating whether this item's design-time order will take precedence over the item's vertical position within the page design when determining the layout order. This is a dependency property. (Inherited from ReportItem.)

 See Also

Label Class
MindFusion.Reporting.Wpf Namespace