CompositeDesignerTheme クラス

定義

注意事項

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

CompositeActivityDesigner オブジェクトのテーマ設定を提供します。

public ref class CompositeDesignerTheme : System::Workflow::ComponentModel::Design::ActivityDesignerTheme
public class CompositeDesignerTheme : System.Workflow.ComponentModel.Design.ActivityDesignerTheme
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public class CompositeDesignerTheme : System.Workflow.ComponentModel.Design.ActivityDesignerTheme
type CompositeDesignerTheme = class
    inherit ActivityDesignerTheme
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type CompositeDesignerTheme = class
    inherit ActivityDesignerTheme
Public Class CompositeDesignerTheme
Inherits ActivityDesignerTheme
継承
CompositeDesignerTheme
派生
属性

CompositeDesignerTheme クラスを派生させて新しいテーマに適したプロパティを設定することによってカスタム CompositeDesignerTheme を作成する方法の例を、次に示します。

public class ParallelIfTheme : CompositeDesignerTheme
{
    public ParallelIfTheme(WorkflowTheme theme)
        : base(theme)
    {
        this.ShowDropShadow = true;
        this.ConnectorStartCap = LineAnchor.None;
        this.ConnectorEndCap = LineAnchor.None;
        this.BorderStyle = DashStyle.Dash;
        this.WatermarkImagePath = @"parallelIfWatermark.png";
        this.WatermarkAlignment = DesignerContentAlignment.Fill;
    }
}
Public Class ParallelIfTheme
    Inherits CompositeDesignerTheme

    Public Sub New(ByVal theme As WorkflowTheme)
        MyBase.new(theme)

        Me.ShowDropShadow = True
        Me.ConnectorStartCap = LineAnchor.None
        Me.ConnectorEndCap = LineAnchor.None
        Me.BorderStyle = DashStyle.Dash
        Me.WatermarkImagePath = "parallelIfWatermark.png"
        Me.WatermarkAlignment = DesignerContentAlignment.Fill
    End Sub
End Class

CompositeActivityDesigner でテーマを使用するには、ActivityDesignerThemeAttribute クラスに CompositeActivityDesigner を適用します。

[ActivityDesignerTheme(typeof(ParallelIfTheme))]
public class ParallelIfDesigner : ParallelActivityDesigner
<ActivityDesignerTheme(GetType(ParallelIfTheme))> _
Public Class ParallelIfDesigner
    Inherits ParallelActivityDesigner

注釈

注意

ここでは、廃止された型と名前空間について説明します。 詳細については、「.NET 4.5 での Windows Workflow Foundation の新機能」を参照してください。

CompositeDesignerTheme クラスは、ワークフロー デザイン サーフェイス上の CompositeActivityDesigner オブジェクトの外観を制御します。

コンストラクター

CompositeDesignerTheme(WorkflowTheme)

CompositeDesignerTheme クラスの新しいインスタンスを初期化します。

プロパティ

ApplyTo

デザイナー テーマが適用されるデザイナー型の非修飾名を取得または設定します。

(継承元 DesignerTheme)
BackColorEnd

背景色に色のグラデーションを使用するときに終わりの Color を取得または設定します。

(継承元 ActivityDesignerTheme)
BackColorStart

背景色に色のグラデーションを使用するときに背景の開始色を取得または設定します。

(継承元 ActivityDesignerTheme)
BackgroundStyle

背景スタイルを取得または設定します。

(継承元 ActivityDesignerTheme)
BoldFont

テーマのフォントを取得します。

(継承元 ActivityDesignerTheme)
BorderColor

テーマの BorderColor を取得または設定します。

(継承元 ActivityDesignerTheme)
BorderPen

テーマの BorderPen を取得します。

(継承元 ActivityDesignerTheme)
BorderStyle

境界線に使用されるスタイルを取得または設定します。

(継承元 ActivityDesignerTheme)
BorderWidth

境界線の幅 (ピクセル単位) を取得します。

(継承元 ActivityDesignerTheme)
ConnectorEndCap

コネクタの終了部分の表示形状を決定する値を取得または設定します。

ConnectorSize

コネクタの Size を取得します。

ConnectorStartCap

コネクタの開始部分の表示形状を決定する値を取得または設定します。

ContainingTheme

デザイナー テーマをカプセル化したワークフロー テーマを取得します。

(継承元 DesignerTheme)
DesignerGeometry

デザイナーのジオメトリを取得します。

(継承元 ActivityDesignerTheme)
DesignerImage

デザイナーに関連付けられたイメージを取得します。

(継承元 ActivityDesignerTheme)
DesignerImagePath

デザイナー用のイメージのパスを取得または設定します。

(継承元 ActivityDesignerTheme)
DesignerType

デザイナー テーマに関連付けられたデザイナーの型を取得または設定します。

(継承元 DesignerTheme)
ExpandButtonSize

複合アクティビティ デザイナーでの展開ボタンの Size を取得します。

Font

テーマで使用されるテキストのフォントを取得します。

(継承元 ActivityDesignerTheme)
ForeColor

前景色を取得または設定します。

(継承元 ActivityDesignerTheme)
ForegroundBrush

テーマに関連付けられている Brush オブジェクトを取得します。

(継承元 ActivityDesignerTheme)
ForegroundPen

テーマの前景の描画に使用される Pen を取得します。

(継承元 ActivityDesignerTheme)
ImageSize

テーマのイメージのサイズを取得します。

(継承元 ActivityDesignerTheme)
ReadOnly

デザイナー テーマが読み取り専用かどうかを示す値を取得します。

(継承元 DesignerTheme)
ShowDropShadow

複合デザイナー テーマが複合アクティビティ デザイナーの周りにドロップ シャドウを表示するかどうかを示す値を取得または設定します。

Size

デザイナーのサイズを取得します。

(継承元 ActivityDesignerTheme)
WatermarkAlignment

CompositeActivityDesigner 内のウォーターマーク イメージの配置を取得または設定します。

WatermarkImage

複合アクティビティ デザイナーで使用するウォーターマーク イメージを取得します。

WatermarkImagePath

複合アクティビティ デザイナーで使用するウォーターマーク イメージへの相対パスを取得または設定します。

メソッド

Dispose(Boolean)

CompositeDesignerTheme によって使用されているアンマネージド リソースを解放し、オプションでマネージド リソースも解放します。

Equals(Object)

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

(継承元 Object)
GetBackgroundBrush(Rectangle)

渡された四角形によって指定された領域を描画するのに使用されるブラシを取得します。

(継承元 ActivityDesignerTheme)
GetExpandButtonBackgroundBrush(Rectangle)

複合アクティビティ デザイナーでの展開ボタンの背景表示プロパティを定義するブラシを取得します。

GetHashCode()

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

(継承元 Object)
GetType()

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

(継承元 Object)
Initialize()

CompositeDesignerTheme(WorkflowTheme) コンストラクターが提供しない追加の初期化タスクを実行します。

MemberwiseClone()

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

(継承元 Object)
OnAmbientPropertyChanged(AmbientProperty)

デザイナーのアンビエント プロパティ設定が変更されたことを CompositeDesignerTheme オブジェクトに通知します。

ToString()

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

(継承元 Object)

明示的なインターフェイスの実装

IDisposable.Dispose()

アンマネージ リソースの解放またはリセットに関連付けられているアプリケーション定義のタスクを実行します。

(継承元 DesignerTheme)

適用対象