ShadowGlyph 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
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
- 繼承
- 屬性
備註
注意
此資料討論已被汰換的類型及命名空間。 如需詳細資訊,請參閱 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) |