Class ShapeRelativeRect
A rectangle expressed as insets from each edge of a reference rectangle, in thousandths
of a percent (DrawingML CT_RelativeRect: a:fillToRect, a:tileRect).
Positive values inset; negative values extend outside the reference rectangle.
public sealed class ShapeRelativeRect
- Inheritance
-
ShapeRelativeRect
- Inherited Members
Constructors
Properties
- Bottom
Gets or sets the inset from the bottom edge in thousandths of a percent.
- Left
Gets or sets the inset from the left edge in thousandths of a percent.
- Right
Gets or sets the inset from the right edge in thousandths of a percent.
- Top
Gets or sets the inset from the top edge in thousandths of a percent.
Methods
- Clone()
Creates a copy.