[]
Represents the width of a shape.
public class ShapeWidth : FormattingBag
Public Class ShapeWidth
Inherits FormattingBag
Name | Description |
---|---|
Relative | Gets or sets the shape width in percent according to the RelativeTo value. If the property RelativeTo value is None then use the Value property value. |
RelativeTo | Gets or sets the relative width type of a shape. If the property value is None, then the Value property value must be used, otherwise the Relative property value is used. |
Value | Gets or sets the shape width in points or percent according to the Type value. If the property RelativeTo value is not None, then the Relative property value is used. |