ActivityDesignerLayoutEventArgs クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
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
- 継承
- 属性
注釈
注意
ここでは、廃止された型と名前空間について説明します。 詳細については、「.NET 4.5 での Windows Workflow Foundation の新機能」を参照してください。
レイアウト イベントは、デザイナーまたはそれに含まれるコンポーネントのサイズまたは位置が変わると発生します。 ActivityDesignerLayoutEventArgs には、レイアウト変更を行うのに使用されるグラフィックと、外観に使用されるデザイナー テーマが含まれます。
コンストラクター
ActivityDesignerLayoutEventArgs(Graphics, ActivityDesignerTheme) |
古い.
指定したグラフィックとデザイナー テーマを使用して、ActivityDesignerLayoutEventArgs クラスの新しいインスタンスを初期化します。 |
プロパティ
AmbientTheme |
古い.
ルート ワークフローに関連付けられた AmbientTheme を取得します。 |
DesignerTheme |
古い.
デザイナーに関連付けられた ActivityDesignerTheme を取得します。 |
Graphics |
古い.
デザイナーをレイアウトするために使用される Graphics を取得します。 |
メソッド
Equals(Object) |
古い.
指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。 (継承元 Object) |
GetHashCode() |
古い.
既定のハッシュ関数として機能します。 (継承元 Object) |
GetType() |
古い.
現在のインスタンスの Type を取得します。 (継承元 Object) |
MemberwiseClone() |
古い.
現在の Object の簡易コピーを作成します。 (継承元 Object) |
ToString() |
古い.
現在のオブジェクトを表す文字列を返します。 (継承元 Object) |
適用対象
.NET