BracketPairShape Class Members
The following tables list the members exposed by BracketPairShape.
| Name | Description |
 | Bottom | Gets bottom vertical coordinate, in twips. (Inherited from C1.WPF.Word.Canvas.DrawingShape) |
 | Content | Gets a reference to the C1.WPF.Word.Objects.RtfInnerContent contained in this FilledShape. (Inherited from C1.WPF.Word.Canvas.FilledShape) |
 | DashedLineStyle | Gets or sets the dash style of the line or border around the shape. (Inherited from C1.WPF.Word.Canvas.DrawingShape) |
 | EndPoint | Gets or sets the end point of the shape, in twips. (Inherited from C1.WPF.Word.Canvas.DrawingShape) |
 | Extrusion | Gets drawing extrusion for the shape. (Inherited from C1.WPF.Word.Canvas.DrawingShape) |
 | Fill | Gets drawing shadow for the shape. (Inherited from C1.WPF.Word.Canvas.FilledShape) |
 | Height | Gets height (vertical size), in twips. (Inherited from C1.WPF.Word.Canvas.DrawingShape) |
 | Hyperlink | Gets or sets the hyperlink associated with the shape. (Inherited from C1.WPF.Word.Canvas.DrawingShape) |
 | Id | Gets the unique identifier of the shape. (Inherited from C1.WPF.Word.Canvas.DrawingShape) |
 | IsExtrusion | Gets or sets true if drawing shape has extrusion, otherwise false. (Inherited from C1.WPF.Word.Canvas.DrawingShape) |
 | IsFilled | Gets true if drawing shape has shadow, otherwise false. (Inherited from C1.WPF.Word.Canvas.FilledShape) |
 | IsFitShapeToText | Gets or sets fit shape to text or no. (Inherited from C1.WPF.Word.Canvas.FilledShape) |
 | IsFitTextToShape | Gets or sets fit text to shape or no. (Inherited from C1.WPF.Word.Canvas.FilledShape) |
 | IsHidden | Gets or sets true if drawing shape is hidden, otherwise false. (Inherited from C1.WPF.Word.Canvas.DrawingShape) |
 | IsShadow | Gets or sets true if drawing shape has shadow, otherwise false. (Inherited from C1.WPF.Word.Canvas.DrawingShape) |
 | IsWrapText | Gets or sets wrap text of the shape or no. (Inherited from C1.WPF.Word.Canvas.FilledShape) |
 | Left | Gets left horizontal coordinate, in twips. (Inherited from C1.WPF.Word.Canvas.DrawingShape) |
 | LineColor | Gets or sets the color of the border around the shape. (Inherited from C1.WPF.Word.Canvas.DrawingShape) |
 | LineStyle | Gets or sets the style of the line or border around the shape. (Inherited from C1.WPF.Word.Canvas.DrawingShape) |
 | LineWidth | Gets or sets the width of the border around the shape, in twips. (Inherited from C1.WPF.Word.Canvas.DrawingShape) |
 | Owner | Gets a reference to the parent IShapeContainer object. (Inherited from C1.WPF.Word.Canvas.DrawingShape) |
 | Rectangle | Gets or sets the rectangle that contains the shape, in twips. (Inherited from C1.WPF.Word.Canvas.DrawingShape) |
 | Right | Gets right horizontal coordinate, in twips. (Inherited from C1.WPF.Word.Canvas.DrawingShape) |
 | Rotation | Gets or sets the rotation of the shape, in degrees. (Inherited from C1.WPF.Word.Canvas.DrawingShape) |
 | Shadow | Gets drawing shadow for the shape. (Inherited from C1.WPF.Word.Canvas.DrawingShape) |
 | StartPoint | Gets or sets the start point of the shape, in twips. (Inherited from C1.WPF.Word.Canvas.DrawingShape) |
 | Top | Gets top vertical coordinate, in twips. (Inherited from C1.WPF.Word.Canvas.DrawingShape) |
 | Width | Gets width (horizontal size), in twips. (Inherited from C1.WPF.Word.Canvas.DrawingShape) |
 | Wrap | Gets or sets the content wrap type for the shape. (Inherited from C1.WPF.Word.Canvas.DrawingShape) |
 | ZIndex | Gets or sets z-index (front or back)of the shape. (Inherited from C1.WPF.Word.Canvas.DrawingShape) |
Top