DecoratorHostShape.ShapeFields Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property System::Collections::Generic::IList<Microsoft::VisualStudio::Modeling::Diagrams::ShapeField ^> ^ ShapeFields { System::Collections::Generic::IList<Microsoft::VisualStudio::Modeling::Diagrams::ShapeField ^> ^ get(); };
public override sealed System.Collections.Generic.IList<Microsoft.VisualStudio.Modeling.Diagrams.ShapeField> ShapeFields { get; }
member this.ShapeFields : System.Collections.Generic.IList<Microsoft.VisualStudio.Modeling.Diagrams.ShapeField>
Public Overrides NotOverridable ReadOnly Property ShapeFields As IList(Of ShapeField)