
Gets or sets the style of the paragraph's frame.
[C#]
public FrameStyle FrameStyle { get; set; }
[Visual Basic]
Public Property FrameStyle() As FrameStyle
| Value | Description | |
| Single | The paragraph's frame is drawn with a single line. | |
| Double | The paragraph's frame is drawn with a doubled line. |
The property's default value is FrameStyle.Single.
The property returns its default value when the text selection contains multiple paragraphs with mixed style. The Selection.IsCommonValueSelected method can be used to check for mixed attributes.