Version

Search Results

Type Property (VmlRectangle)

Returns a ShapeType constant which describes the type of the shape. Syntax

VmlRightTriangle Class

Renders a right triangle whose apex is at the top left of the bounding rectangle, using Vector Markup Language (VML). Syntax Remarks The orientation of the triangle can be changed using the InvertX and InvertY properties. Setting both the InvertX and InvertY properties to true results in no change to the shapes or...

VmlRightTriangle Class Members

Public Properties Public Methods

InvertX Property

Returns or sets a boolean value which determines whether the x-axis of the triangle is inverted. Syntax Remarks The apex for a right triangle is always implied to be aligned with the the left edge of the bounding rectangle. To align it with the right edge, set this property to true.

InvertY Property (VmlRightTriangle)

Returns or sets a boolean value which determines whether the y-axis of the line is inverted. Syntax Remarks The apex for a right triangle is always implied to point to the top edge of the bounding rectangle. To switch vertical orientation, set the InvertY property to true.

Reset Method (VmlRightTriangle)

Resets all properties of this instance to their respective defaults. Syntax

Type Property (VmlRightTriangle)

Returns a ShapeType constant which describes the type of the shape. Syntax

VmlRotatableShape Class

Base class for shapes that support rotational transformation. Syntax