Name | Description | |
---|---|---|
HeaderFooterElement Constructor | Initializes a new instance of the HeaderFooterElement class. |
The following tables list the members exposed by HeaderFooterElement.
Name | Description | |
---|---|---|
HeaderFooterElement Constructor | Initializes a new instance of the HeaderFooterElement class. |
Name | Description | |
---|---|---|
Font | Gets or sets the font of the HeaderFooterElement. | |
ForeColor | Gets or sets the foreground color of the HeaderFooterElement. | |
FormatProvider | Gets or sets the custom Format Provider that will be used to format the HeaderFooterElement's content when the TextFormat property contains macros that use the format parameter. | |
Image | Gets or sets the image that is displayed in the HeaderFooterElement. | |
ImageStyle | Gets or sets a value indicating the style with which the Image is displayed. | |
TextFormat | Gets or sets a string used to dynamically create the HeaderFooterElement's text. | |
VerticalAlignment | Gets or sets the vertical alignment of the HeaderFooterElement's content. |
Name | Description | |
---|---|---|
ResetFont | Resets the value of the Font property to its default value, a null reference (Nothing in Visual Basic). | |
ResetForeColor | Resets the value of the ForeColor property to its default value, System.Drawing.Color.Empty. | |
ResetImage | Resets the value of the Image property to its default value, a null reference (Nothing in Visual Basic). |
Name | Description | |
---|---|---|
OnFontChanged | Raises the FontChanged event. | |
OnForeColorChanged | Raises the ForeColorChanged event. | |
OnFormatProviderChanged | Raises the FormatProviderChanged event. | |
OnImageChanged | Raises the ImageChanged event. | |
OnImageStyleChanged | Raises the ImageStyleChanged event. | |
OnTextFormatChanged | Raises the TextFormatChanged event. | |
OnVerticalAlignmentChanged | Raises the VerticalAlignmentChanged event. |
Name | Description | |
---|---|---|
FontChanged | Raised when the value of the Font property is changed. | |
ForeColorChanged | Raised when the value of the ForeColor property is changed. | |
FormatProviderChanged | Raised when the value of the FormatProvider property is changed. | |
ImageChanged | Raised when the value of the Image property is changed. | |
ImageStyleChanged | Raised when the value of the ImageStyle property is changed. | |
TextFormatChanged | Raised when the value of the TextFormat property is changed. | |
VerticalAlignmentChanged | Raised when the value of the VerticalAlignment property is changed. |