Class XForm

XForm class

Contains elements that control line attributes for a shape, such as pattern, weight, and color. These elements determine whether the line ends are formatted (for example, with an arrowhead), the size of line end formats, radius of the rounding circle applied to the line, and line cap style (round or square).

public class XForm : ICloneable

Properties

NameDescription
Angle { get; set; }Represents the shape’s current angle of rotation in relation to its parent.
Del { get; set; }A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.
FlipX { get; set; }Indicates whether the shape has been flipped horizontally
FlipY { get; set; }Indicates whether the shape has been flipped vertically.
Height { get; set; }Specifies the height of the shape in drawing units.
LocPinX { get; set; }Specifies the x-coordinate of the shape’s pin (center of rotation) in relation to the origin of the shape. The default formula for determining LocPinX is: F=‘Width* 0.5’.
LocPinY { get; set; }Specifies the y-coordinate of the shape’s pin (center of rotation) in relation to the origin of the shape. The default formula for determining LocPinY is: F=‘Height * 0.5’.
PinPos { get; set; }Specifies the pin position of the shape
PinX { get; set; }Specifies the x-coordinate of the shape’s pin (center of rotation) in relation to the origin of its parent.
PinY { get; set; }Specifies the y-coordinate of the shape’s pin (center of rotation) in relation to the origin of its parent.
ResizeMode { get; set; }Specifies the current resize behavior setting for the shape when contained in a group.
Width { get; set; }Contains the width of the associated shape in drawing units.

Methods

NameDescription
Clone()Creates deep copy of this instance.

See Also