SequentialWorkflowHeaderFooter 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
表示与 SequentialWorkflowRootDesigner 关联的页眉或页脚。
public ref class SequentialWorkflowHeaderFooter
public class SequentialWorkflowHeaderFooter
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public class SequentialWorkflowHeaderFooter
type SequentialWorkflowHeaderFooter = class
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type SequentialWorkflowHeaderFooter = class
Public Class SequentialWorkflowHeaderFooter
- 继承
-
SequentialWorkflowHeaderFooter
- 属性
注解
备注
本材料讨论的类型和命名空间已废弃不用。 有关详细信息,请参阅 Windows Workflow Foundation 4.5 中弃用的类型。
当 SequentialWorkflowHeaderFooter 在打印预览模式下显示时,SequentialWorkflowRootDesigner 提供该设计器的页眉和页脚信息。 如果工作流设计器提供,用户可以在 “页面设置”对话框的 “页眉/页 脚”选项卡上配置页眉和页脚。
构造函数
SequentialWorkflowHeaderFooter(SequentialWorkflowRootDesigner, Boolean) |
初始化 SequentialWorkflowHeaderFooter 类的新实例。 |
属性
AssociatedDesigner |
获取要向其应用页眉或页脚的根设计器。 |
Bounds |
获取工作流设计图面上的页眉或页脚的边框。 |
Image |
获取或设置与页眉或页脚关联的图像。 |
ImageRectangle |
获取与页眉或页脚关联的图像的边框。 |
Text |
获取或设置与页眉或页脚关联的文本说明。 |
TextRectangle |
获取与页眉或页脚关联的文本的边框。 |
方法
Equals(Object) |
确定指定对象是否等于当前对象。 (继承自 Object) |
GetHashCode() |
作为默认哈希函数。 (继承自 Object) |
GetType() |
获取当前实例的 Type。 (继承自 Object) |
MemberwiseClone() |
创建当前 Object 的浅表副本。 (继承自 Object) |
OnLayout(ActivityDesignerLayoutEventArgs) |
当用户重新定位 SequentialWorkflowHeaderFooter 所包含的元素时,向其发出通知。 |
OnPaint(ActivityDesignerPaintEventArgs) |
在设计图面上绘制与工作流根设计器关联的页眉或页脚。 |
ToString() |
返回表示当前对象的字符串。 (继承自 Object) |