Gets or sets the color used to display the color of frame lines at the current text input position. If text is selected, the property specifies the color of frame lines used in the whole selected text. A frame line color can be set for table cells and paragraphs.

Introduced: X14.

Syntax

public System.Drawing.Color? FrameLineColor { get; set; }
Public Property FrameLineColor() As Nullable(Of System.Drawing.Color)

Remarks

The property returns null when the text selection contains multiple frame lines with mixed colors.