Width

Shape.Width property

Gets or sets the width of the shape, measured in points. Read/write Single.

public float Width { get; set; }

Remarks

The value returned is always defined and never NaN. The value assigned must also be defined; assign NaN only to properties of a RawFrame instance.

See Also