Remarks
The property returns null when the text selection contains multiple table cells or paragraphs with mixed colors.
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 Text
Introduced: X14.
public System.Drawing.Color? FrameFillColor { get; set; }
Public Property FrameFillColor() As Nullable(Of System.Drawing.Color)
The property returns null when the text selection contains multiple table cells or paragraphs with mixed colors.