ActivityDesignerLayoutEventArgs Classe

Definição

Cuidado

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

Fornece dados para o evento de layout para o ActivityDesigner.

public ref class ActivityDesignerLayoutEventArgs : EventArgs
public class ActivityDesignerLayoutEventArgs : EventArgs
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public class ActivityDesignerLayoutEventArgs : EventArgs
type ActivityDesignerLayoutEventArgs = class
    inherit EventArgs
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type ActivityDesignerLayoutEventArgs = class
    inherit EventArgs
Public Class ActivityDesignerLayoutEventArgs
Inherits EventArgs
Herança
ActivityDesignerLayoutEventArgs
Atributos

Comentários

Note

Esse material discute tipos e namespaces obsoletos. Para obter mais informações, consulte Deprecated Types in Windows Workflow Foundation 4.5.

O evento de layout ocorre quando o tamanho ou a posição do designer ou seus componentes contidos são alterados. Contém ActivityDesignerLayoutEventArgs os elementos gráficos usados para fazer alterações de layout e o tema do designer a ser usado para aparência.

Construtores

Nome Description
ActivityDesignerLayoutEventArgs(Graphics, ActivityDesignerTheme)
Obsoleto.

Inicializa uma nova instância da ActivityDesignerLayoutEventArgs classe com os elementos gráficos e o tema do designer especificados.

Propriedades

Nome Description
AmbientTheme
Obsoleto.

Obtém o AmbientTheme associado ao fluxo de trabalho raiz.

DesignerTheme
Obsoleto.

Obtém o ActivityDesignerTheme associado ao designer.

Graphics
Obsoleto.

Obtém o Graphics usado para definir o designer.

Métodos

Nome Description
Equals(Object)
Obsoleto.

Determina se o objeto especificado é igual ao objeto atual.

(Herdado de Object)
GetHashCode()
Obsoleto.

Serve como a função hash predefinida.

(Herdado de Object)
GetType()
Obsoleto.

Obtém o Type da instância atual.

(Herdado de Object)
MemberwiseClone()
Obsoleto.

Cria uma cópia superficial do Objectatual.

(Herdado de Object)
ToString()
Obsoleto.

Retorna uma cadeia de caracteres que representa o objeto atual.

(Herdado de Object)

Aplica-se a