Share via


ShadowGlyph 类

定义

注意

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

提供由 CompositeActivityDesigner 类显示的投影。

public ref class ShadowGlyph sealed : System::Workflow::ComponentModel::Design::DesignerGlyph
public sealed class ShadowGlyph : System.Workflow.ComponentModel.Design.DesignerGlyph
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public sealed class ShadowGlyph : System.Workflow.ComponentModel.Design.DesignerGlyph
type ShadowGlyph = class
    inherit DesignerGlyph
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type ShadowGlyph = class
    inherit DesignerGlyph
Public NotInheritable Class ShadowGlyph
Inherits DesignerGlyph
继承
ShadowGlyph
属性

注解

注意

本材料讨论的类型和命名空间已废弃不用。 有关详细信息,请参阅 Windows Workflow Foundation 4.5 中弃用的类型

如果将 CompositeActivityDesigner 属性设置为 ShadowGlyph,则 ShowDropShadow 将显示 true

构造函数

ShadowGlyph()
已过时.

初始化 ShadowGlyph 类的新实例。

字段

HighestPriority
已过时.

表示 DesignerGlyph 的可能的最高优先级。 该值是一个常数。

(继承自 DesignerGlyph)
LowestPriority
已过时.

表示 DesignerGlyph 的可能的最低优先级。 该值是一个常数。

(继承自 DesignerGlyph)
NormalPriority
已过时.

表示 DesignerGlyph 的正常优先级。 该值是一个常数。

(继承自 DesignerGlyph)

属性

CanBeActivated
已过时.

获取一个值,该值指示 DesignerGlyph 能否在关联的 ActivityDesigner 上获取焦点。

(继承自 DesignerGlyph)
Priority
已过时.

获取活动设计器图面上的标志符号的优先级设置。

方法

Equals(Object)
已过时.

确定指定对象是否等于当前对象。

(继承自 Object)
GetBounds(ActivityDesigner, Boolean)
已过时.

返回指定 ActivityDesigner 上的标志符号的边界。

GetHashCode()
已过时.

作为默认哈希函数。

(继承自 Object)
GetType()
已过时.

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()
已过时.

创建当前 Object 的浅表副本。

(继承自 Object)
OnActivate(ActivityDesigner)
已过时.

向标志符号指示激活它的操作已执行。

(继承自 DesignerGlyph)
OnPaint(Graphics, Boolean, AmbientTheme, ActivityDesigner)
已过时.

当在派生类中重写时,执行在活动设计器图面上呈现标志符号所需的任何任务。

(继承自 DesignerGlyph)
ToString()
已过时.

返回表示当前对象的字符串。

(继承自 Object)

适用于