Share via


FreeformActivityDesigner.Glyphs プロパティ

定義

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 に含まれる接続可能な子デザイナーそれぞれのグリフを返します。

適用対象