ShapeGeometries Class

Static class to expose instances of public ShapeGeometry objects

Inheritance Hierarchy

Object
  Microsoft.VisualStudio.Modeling.Diagrams.ShapeGeometries

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

Syntax

'Declaration
Public NotInheritable Class ShapeGeometries
public sealed class ShapeGeometries
public ref class ShapeGeometries sealed
[<Sealed>]
type ShapeGeometries =  class end
public final class ShapeGeometries

The ShapeGeometries type exposes the following members.

Properties

  Name Description
Public propertyStatic member BinaryLink Returns a BinaryLinkShapeGeometry instance
Public propertyStatic member Circle Returns a CircleShapeGeometry instance
Public propertyStatic member Ellipse Returns an EllipseShapeGeometry instance
Public propertyStatic member Rectangle Returns a RectangleShapeGeometry instance
Public propertyStatic member RoundedRectangle Returns a RoundedRectangleShapeGeometry instance
Public propertyStatic member Swimlane Returns a SwimLaneShapeGeometry instance

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

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

Microsoft.VisualStudio.Modeling.Diagrams Namespace