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

注解

注释

此材料讨论已过时的类型和命名空间。 有关详细信息,请参阅 Windows Workflow Foundation 4.50 中的 Deprecated Types。

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)

适用于