FreeformActivityDesigner.Glyphs Property

Definition

Gets the collection of glyphs that are displayed on the 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

Property Value

An ActivityDesignerGlyphCollection that contains the glyphs displayed on the FreeformActivityDesigner.

Remarks

Glyphs returns a glyph for each connectable child designer found on the FreeformActivityDesigner.

Applies to