| Skype: | TextControlSupport | |
| Orders: | 877-462-4772 |
Selection.ParagraphFormat Property |
||
| Description: | Gets or sets the formatting attributes of the selected paragraphs. The property's value is an object
of the type ParagraphFormat. |
|
| Syntax: |
[C#]
public ParagraphFormat ParagraphFormat { get; set; }
[Visual Basic] Public Property ParagraphFormat() As ParagraphFormat |
|
| Limitations: | Runtime only. |
|
| See also: | Text Selections and Character Input, Graphical Overview. | |