ShapeField Class

Represents a shape field in a diagram.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

Public MustInherit Class ShapeField

Dim instance As ShapeField
public abstract class ShapeField
public ref class ShapeField abstract
public abstract class ShapeField

Remarks

A shape field represents a field in an element in the diagram. You can use fields to add and remove information about elements.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Modeling.Diagrams.ShapeField
    Microsoft.VisualStudio.Modeling.Diagrams.AreaField
    Microsoft.VisualStudio.Modeling.Diagrams.TextField
    Microsoft.VisualStudio.Modeling.Diagrams.ListField
    Microsoft.VisualStudio.Modeling.Diagrams.ImageField
    Microsoft.VisualStudio.Modeling.Diagrams.ToggleButtonField
    Microsoft.VisualStudio.Modeling.Diagrams.ShapeAutoInvalidator

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ShapeField Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace