SwimlaneShapeGeometry Class

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

Syntax

'Declaration
Public Class SwimlaneShapeGeometry _
    Inherits RectangleShapeGeometry
'Usage
Dim instance As SwimlaneShapeGeometry
public class SwimlaneShapeGeometry : RectangleShapeGeometry
public ref class SwimlaneShapeGeometry : public RectangleShapeGeometry
public class SwimlaneShapeGeometry extends RectangleShapeGeometry

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Modeling.Diagrams.ShapeGeometry
    Microsoft.VisualStudio.Modeling.Diagrams.NodeShapeGeometry
      Microsoft.VisualStudio.Modeling.Diagrams.RoundedRectangleShapeGeometry
        Microsoft.VisualStudio.Modeling.Diagrams.RectangleShapeGeometry
          Microsoft.VisualStudio.Modeling.Diagrams.SwimlaneShapeGeometry

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

SwimlaneShapeGeometry Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace