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
属性

注釈

Note

この資料では、古い型と名前空間について説明します。 詳細については、「Windows Workflow Foundation 4.5 のDeprecated 型」を参照してください。

レイアウト イベントは、デザイナーまたはその含まれるコンポーネントのサイズまたは位置が変更されたときに発生します。 ActivityDesignerLayoutEventArgsには、レイアウトの変更に使用するグラフィックスと、外観に使用するデザイナー テーマが含まれています。

コンストラクター

名前 説明
ActivityDesignerLayoutEventArgs(Graphics, ActivityDesignerTheme)
古い.

指定したグラフィックスおよびデザイナー テーマを使用して、 ActivityDesignerLayoutEventArgs クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
AmbientTheme
古い.

ルート ワークフローに関連付けられている AmbientTheme を取得します。

DesignerTheme
古い.

デザイナーに関連付けられている ActivityDesignerTheme を取得します。

Graphics
古い.

デザイナーのレイアウトに使用する Graphics を取得します。

メソッド

名前 説明
Equals(Object)
古い.

指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()
古い.

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()
古い.

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()
古い.

現在の Objectの簡易コピーを作成します。

(継承元 Object)
ToString()
古い.

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象