DiagramShape class

DiagramShape class

Represents a drawing shape in a Visio document.

Inheritance: DiagramShapeShapeSearchAdapter

The DiagramShape type exposes the following members:

Properties

Property Description
page Gets the parent page of this DiagramShape.
width Gets or sets the width of this DiagramShape in points.
height Gets or sets the height of this DiagramShape in points.
x Gets or sets the horizontal offset of this DiagramShape from page left border in points.
y Gets or sets the vertical offset of this DiagramShape from page bottom border in points.
rotate_angle Gets or sets the rotate angle of this DiagramShape in degrees.
text Gets or sets the text of this DiagramShape.
formatted_text_fragments Gets the collection of formatted text fragments of this DiagramShape.
image Gets or sets the image of this DiagramShape.
id Gets the identifier of this DiagramShape.
name Gets the name of this DiagramShape.
hyperlinks Gets the collection of hyperlinks attached to this DiagramShape.

See Also