Gets or sets the color used to display the frame fill color at the current input position. If text is selected, the property specifies the fill color of the whole selected text. A background color can be set for table cells and paragraphs. If the fill color is transparent, a TextControl uses the control's background color.

Introduced: X14.

Syntax

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

Remarks

The property returns null when the text selection contains multiple table cells or paragraphs with mixed colors.