ActivityDesignerLayoutEventArgs 類別

定義

警告

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

提供 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
繼承
ActivityDesignerLayoutEventArgs
屬性

備註

注意

此資料討論已被汰換的類型及命名空間。 如需詳細資訊,請參閱 Windows Workflow Foundation 4.5 中即將淘汰的類型

當設計工具的大小或位置變更或當設計工具包含的元件變更時,會發生配置事件。 ActivityDesignerLayoutEventArgs 包含用來進行配置變更的圖像以及用於外觀及操作的設計工具主題。

建構函式

ActivityDesignerLayoutEventArgs(Graphics, ActivityDesignerTheme)

使用指定的圖形和設計工具主題來初始化 ActivityDesignerLayoutEventArgs 類別的新執行個體。

屬性

AmbientTheme

取得與根目錄工作流程關聯的 AmbientTheme

DesignerTheme

取得與設計工具關聯的 ActivityDesignerTheme

Graphics

取得用於配置設計工具的 Graphics

方法

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於