RoundedRectangleShapeGeometry Class

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

Syntax

Public Class RoundedRectangleShapeGeometry _
    Inherits NodeShapeGeometry

Dim instance As RoundedRectangleShapeGeometry
public class RoundedRectangleShapeGeometry : NodeShapeGeometry
public ref class RoundedRectangleShapeGeometry : public NodeShapeGeometry
public class RoundedRectangleShapeGeometry extends NodeShapeGeometry

Inheritance Hierarchy

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

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

RoundedRectangleShapeGeometry Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace