
Gets or sets the line width, in twips, of the paragraph's frame.
[C#]
public int FrameLineWidth { get; set; }
[Visual Basic]
Public Property FrameLineWidth() As Integer
The property's default value is 20 twips (1 pt).
The property returns its default value when the text selection contains multiple paragraphs with mixed widths. The Selection.IsCommonValueSelected method can be used to check for mixed attributes.