SequentialWorkflowHeaderFooter Class

Definition

Caution

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

Represents a header or footer that is associated with a SequentialWorkflowRootDesigner.

public ref class SequentialWorkflowHeaderFooter
public class SequentialWorkflowHeaderFooter
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public class SequentialWorkflowHeaderFooter
type SequentialWorkflowHeaderFooter = class
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type SequentialWorkflowHeaderFooter = class
Public Class SequentialWorkflowHeaderFooter
Inheritance
SequentialWorkflowHeaderFooter
Attributes

Remarks

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.

Constructors

SequentialWorkflowHeaderFooter(SequentialWorkflowRootDesigner, Boolean)

Initializes a new instance of the SequentialWorkflowHeaderFooter class.

Properties

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.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
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)

Applies to