ActivityDesigner.Glyphs 屬性

定義

取得圖像集合,透過它可以裝飾設計工具。

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

屬性值

ActivityDesignerGlyphCollection,其中包含要在設計工具上顯示的圖像。

備註

使用 Glyphs 存取設計工具圖像的唯讀清單。 這些圖像可以用來在圖形環境中以圖形方法呈現 ActivityDesigner 的元件。

適用於