# Paragraph Group

## Content



The **Paragraph** group includes several options for customizing the paragraph settings used in the [C1RichTextBox](/componentone/api/wpf/online-richtextbox/dotnet-api/C1.WPF.RichTextBox/C1.WPF.RichTextBox.C1RichTextBox.html) control. The **Paragraph** group appears similar to the following image:

![](https://cdn.mescius.io/document-site-files/images/f14c4281-7088-4b33-9b40-4a5f7acf258d/paragraph_group_files/image001.png)

The **Paragraph** group includes the following options:

*   **Align Text Left**: The **Align Text Left** option aligns the selected text so that it is left justified. This is the default alignment option.
*   **Align Text Center**: The **Align Text Center** option aligns the selected text so that it is centered in the RichTextBox control.
*   **Align Text Right**: The **Align Text Right** option aligns the selected text so that it is right justified.
*   **Justify**: The **Justify** option spaces the selected text so that it is fully justified.
*   **Bullets**: The **Bullets** option is a button that adds or removes bulleting from the selected text.
*   **Numbering**: The **Numbering** option is a button that adds or removes numbering from the selected text.
*   **Text Wrapping**: The **Text Wrapping** option determines if lines of text should be wrapped to fit in the RichTextBox. By default text is wrapped.
*   **Borders**: The **Borders** drop-down box allows you to set the border color, thickness, and where the borders appear.
    
    ![](https://cdn.mescius.io/document-site-files/images/f14c4281-7088-4b33-9b40-4a5f7acf258d/graphics/c1richtextbox/narrative/c1richtextboxtoolbar/borders.png)
    
*   **Paragraph Color**: The **Paragraph Color** option is a drop-down color picker that lists common colors that will change the color of the background of the entire paragraph. By default this option is set to **White**.
    
    ![](https://cdn.mescius.io/document-site-files/images/f14c4281-7088-4b33-9b40-4a5f7acf258d/paragraph_group_files/image002.png)
    
*   **Margin**: The **Margin** drop-down box, allows you to set the margin thickness of the **Left**, **Right**, **Top**, and **Bottom** margins surrounding the text. By default the **Left**, **Right**, and **Top** values are set to **0** and the **Bottom** margin is set to **10**.
*   **Padding**: The **Padding** drop-down box, allows you to set the padding space of the **Left**, **Right**, **Top**, and **Bottom** areas surrounding the selected text. By default these values are set to **0** and there is no padding.