ParagraphFragment Properties
A paragraph fragment - a segment of text with the same formatting.| Name | Description |
|---|---|
| CharacterSpacing | Gets or sets the spacing between characters. Inherited from TextFragment. |
| Clip | Gets or sets the clipping region of a form fragment. Inherited from VisualFragment. |
| Font | Gets or sets the text font. Inherited from TextFragment. |
| FontSize | Inherited from TextFragment. |
| ForegroundFill | Inherited from TextFragment. |
| Height | Gets or sets the height of a paragraph fragment. |
| HorizontalScaling | Gets or sets the horizontal scaling percentage. Inherited from TextFragment. |
| LineWidth | Gets or sets the line width of a text fragment. Inherited from TextFragment. |
| Location | Gets or sets the location of a form fragment. Inherited from VisualFragment. |
| RotationAngle | Gets or sets the rotation angle of a form fragment. Inherited from VisualFragment. |
| ScaleX | Gets or sets the horizontal scaling factor of a text fragment. Inherited from VisualFragment. |
| ScaleY | Gets or sets the vertical scaling factor of the form fragment. Inherited from VisualFragment. |
| SkewX | Gets or sets the horizontal skew angle of the form fragment. Inherited from VisualFragment. |
| SkewY | Gets or sets the vertical skew angle of the form fragment. Inherited from VisualFragment. |
| Strikeout | Gets or sets whether the text is struck out. Inherited from TextFragment. |
| StrikeoutFill | Inherited from TextFragment. |
| StringFormat | Gets or sets layout information for a paragraph fragment. |
| Text | Gets or sets the text of a paragraph fragment. |
| TextLeading | Gets or sets the text leading of a text fragment. Inherited from TextFragment. |
| TextRenderingMode | Gets or sets the text rendering mode. Inherited from TextFragment. |
| TextRise | Gets or sets the text rise of a text fragment. Inherited from TextFragment. |
| Underline | Gets or sets whether the text is underlined. Inherited from TextFragment. |
| UnderlineFill | Inherited from TextFragment. |
| Width | Gets or sets the width of a paragraph fragment. |
See Also