ShapeElement::ShapeFields Property
Visual Studio 2015
Parts of a shape such as text rows and decorators.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public: property IList<ShapeField^>^ ShapeFields { virtual IList<ShapeField^>^ get() abstract; }
Property Value
Type: System.Collections.Generic::IList<ShapeField^>^Shape fields are used to represent diagram items that are not full shapes. For example, the rows in a compartment shape are shape fields.
To customize shape fields, write a class derived from one of the concrete subclasses of ShapeField and override InitializeShapeFields. For an example, see ImageField.
Show: