This topic has not yet been rated - Rate this topic

ShapeElement.ShapeFields Property

Parts of a shape such as text rows and decorators.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
public abstract IList<ShapeField> ShapeFields { get; }

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(IList<ShapeField>). For an example, see ImageField.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ