Gets or sets the width of the bottom border line. If this property's value is zero there is no bottom border line. Otherwise it is a value in twips.

Syntax

public int BottomLineWidth { get; set; }
Public Property BottomLineWidth() As Integer

Remarks

The property's default value is 0.

The property returns its default value when the text selection contains multiple sections with mixed setting. The Selection.IsCommonValueSelected method can be used to check for mixed attributes.