ShapeElement.ShapeFields Property

Definition

A collection of shape fields for this type of shape.

public:
 abstract property System::Collections::Generic::IList<Microsoft::VisualStudio::Modeling::Diagrams::ShapeField ^> ^ ShapeFields { System::Collections::Generic::IList<Microsoft::VisualStudio::Modeling::Diagrams::ShapeField ^> ^ get(); };
public abstract System.Collections.Generic.IList<Microsoft.VisualStudio.Modeling.Diagrams.ShapeField> ShapeFields { get; }
member this.ShapeFields : System.Collections.Generic.IList<Microsoft.VisualStudio.Modeling.Diagrams.ShapeField>
Public MustOverride ReadOnly Property ShapeFields As IList(Of ShapeField)

Property Value

Applies to