IShape<T> Properties

 

Namespace:   Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)

NameDescription
System_CAPS_pubpropertyChildShapes

Shapes that are contained within this shape. For example, the attribute and operation rows of a class shape; class shapes contained inside a package shape; ports and parts inside a component. For each ChildShape, ParentShape == this.(Inherited from IShape.)

System_CAPS_pubpropertyColor

Gets or sets the color of the shape. (Inherited from IShape.)

System_CAPS_pubpropertyDiagram

The diagram that contains this shape.(Inherited from IShape.)

System_CAPS_pubpropertyElement

System_CAPS_pubpropertyHeight

(Inherited from IShape.)

System_CAPS_pubpropertyParentShape

The shape that contains this shape, or null. If ParentShape is not null, this shape is a member of ParentShape.ChildShapes.(Inherited from IShape.)

System_CAPS_pubpropertyWidth

(Inherited from IShape.)

System_CAPS_pubpropertyXPosition

(Inherited from IShape.)

System_CAPS_pubpropertyYPosition

(Inherited from IShape.)

Return to top
Show: