SequentialWorkflowHeaderFooter Classe

Definição

Cuidado

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

Representa um cabeçalho ou rodapé que está associado com um SequentialWorkflowRootDesigner.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
Herança
SequentialWorkflowHeaderFooter
Atributos

Comentários

Observação

Este material discute tipos e namespaces obsoletos.This material discusses types and namespaces that are obsolete. Para obter mais informações, consulte Deprecated Types in Windows Workflow Foundation 4.5 (Tipos preteridos no Windows Workflow Foundation 4.5).For more information, see Deprecated Types in Windows Workflow Foundation 4.5.

SequentialWorkflowHeaderFooter fornece informações de cabeçalho e rodapé para o SequentialWorkflowRootDesigner quando ele é exibido no modo de visualização de impressão.SequentialWorkflowHeaderFooter provides header and footer information for the SequentialWorkflowRootDesigner when it is displayed in print preview mode. Se fornecido pelo designer de fluxo de trabalho, os usuários podem configurar cabeçalhos e rodapés na guia cabeçalho/rodapé da caixa de diálogo Configurar página .If provided by the workflow designer, users can configure headers and footers on the Header/Footer tab on the Page Setup dialog box.

Construtores

SequentialWorkflowHeaderFooter(SequentialWorkflowRootDesigner, Boolean)

Inicializa uma nova instância da classe SequentialWorkflowHeaderFooter.Initializes a new instance of the SequentialWorkflowHeaderFooter class.

Propriedades

AssociatedDesigner

Obtém o designer raiz ao qual o cabeçalho ou rodapé é aplicado.Gets the root designer to which the header or footer is applied.

Bounds

Obtém o retângulo delimitador para o cabeçalho ou rodapé na superfície de design do fluxo de trabalho.Gets the bounding rectangle of the header or footer on the workflow design surface.

Image

Obtém ou define a imagem associada ao cabeçalho ou rodapé.Gets or sets the image associated with the header or footer.

ImageRectangle

Obtém o retângulo delimitador da imagem associada ao cabeçalho ou rodapé.Gets the bounding rectangle for the image associated with the header or footer.

Text

Obtém ou define a descrição de texto associada ao cabeçalho ou rodapé.Gets or sets the text description associated with the header or footer.

TextRectangle

Obtém o retângulo delimitador do texto associado ao cabeçalho ou rodapé.Gets the bounding rectangle for the text associated with the header or footer.

Métodos

Equals(Object)

Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object.

(Herdado de Object)
GetHashCode()

Serve como a função de hash padrão.Serves as the default hash function.

(Herdado de Object)
GetType()

Obtém o Type da instância atual.Gets the Type of the current instance.

(Herdado de Object)
MemberwiseClone()

Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object.

(Herdado de Object)
OnLayout(ActivityDesignerLayoutEventArgs)

Notifica o SequentialWorkflowHeaderFooter quando os elementos que ele contém são reposicionados pelo usuário.Notifies the SequentialWorkflowHeaderFooter when the elements it contains are repositioned by the user.

OnPaint(ActivityDesignerPaintEventArgs)

Desenha o cabeçalho ou rodapé associado com o designer de raiz de fluxo de trabalho na superfície de design.Draws the header or footer associated with the workflow root designer on the design surface.

ToString()

Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object.

(Herdado de Object)

Aplica-se a