[]
        
Specifies the relative width type of a shape.
public enum SizeRelativeHorizontally
  Public Enum SizeRelativeHorizontally
  | Name | Description | 
|---|---|
| InsideMargin | Width is relative to the size of the inside margin—to the size of the left margin for odd pages, and to the size of the right margin for even pages.  | 
      
| LeftMargin | Width is relative to the size of the left margin.  | 
      
| Margin | Width is relative to the space between the left margin and the right margin.  | 
      
| None | Specifies that the Relative property is not currently valid, so the shape width is defined by the Value property.  | 
      
| OutsideMargin | Width is relative to the size of the outside margin—to the size of the right margin for odd pages, and to the size of the left margin for even pages.  | 
      
| Page | Width is relative to the width of the page.  | 
      
| RightMargin | Width is relative to the width of the right margin.  |