Name | Description | |
---|---|---|
Alignment | Gets or sets the relative vertical alignment of a shape.
If WrapFormat.Type is WrapType.Inline, this value does not have any effect when displaying the object, but can be maintained and used if the object is subsequently changed to floating. | |
Offset | Gets or sets the vertical offset in points or percent according to the Type property value.
For nested shapes this property value is always relative to the parent shape's GroupShape.ChildrenOffset. If the shape is not nested and WrapFormat.Type is WrapType.Inline, this value does not have any effect when displaying the object, but can be maintained and used if the object is subsequently changed to floating. | |
RelativeTo | Gets or sets the element relative to which the vertical position of a shape is calculated.
If WrapFormat.Type is WrapType.Inline, this value does not have any effect when displaying the object, but can be maintained and used if the object is subsequently changed to floating. | |
Type | Gets or sets a value specifying how a shape position is calculated.
If property WrapFormat.Type is WrapType.Inline, this value is always ShapePositionType.Points. |