SequentialWorkflowHeaderFooter Class
Represents a header or footer that is associated with a SequentialWorkflowRootDesigner.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
| Name | Description | |
|---|---|---|
![]() | SequentialWorkflowHeaderFooter(SequentialWorkflowRootDesigner^, Boolean) | Initializes a new instance of the SequentialWorkflowHeaderFooter class. |
| Name | Description | |
|---|---|---|
![]() | AssociatedDesigner | Gets the root designer to which the header or footer is applied. |
![]() | Bounds | Gets the bounding rectangle of the header or footer on the workflow design surface. |
![]() | Image | Gets or sets the image associated with the header or footer. |
![]() | ImageRectangle | Gets the bounding rectangle for the image associated with the header or footer. |
![]() | Text | Gets or sets the text description associated with the header or footer. |
![]() | TextRectangle | Gets the bounding rectangle for the text associated with the header or footer. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | OnLayout(ActivityDesignerLayoutEventArgs^) | Notifies the SequentialWorkflowHeaderFooter when the elements it contains are repositioned by the user. |
![]() | OnPaint(ActivityDesignerPaintEventArgs^) | Draws the header or footer associated with the workflow root designer on the design surface. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Note |
|---|
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5. |
SequentialWorkflowHeaderFooter provides header and footer information for the SequentialWorkflowRootDesigner when it is displayed in print preview mode. If provided by the workflow designer, users can configure headers and footers on the Header/Footer tab on the Page Setup dialog box.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




