共用方式為


FreeformActivityDesigner.Glyphs 屬性

定義

取得圖像 (Glyph) 集合,這些圖像會顯示在 FreeformActivityDesigner 中。

protected public:
 virtual property System::Workflow::ComponentModel::Design::ActivityDesignerGlyphCollection ^ Glyphs { System::Workflow::ComponentModel::Design::ActivityDesignerGlyphCollection ^ get(); };
protected internal override System.Workflow.ComponentModel.Design.ActivityDesignerGlyphCollection Glyphs { get; }
member this.Glyphs : System.Workflow.ComponentModel.Design.ActivityDesignerGlyphCollection
Protected Friend Overrides ReadOnly Property Glyphs As ActivityDesignerGlyphCollection

屬性值

ActivityDesignerGlyphCollection,其中包含顯示在 FreeformActivityDesigner 中的圖像。

備註

Glyphs 會為在 FreeformActivityDesigner 中找到的每個可連接子設計工具傳回圖像。

適用於