Gets or sets a value specifying whether all inner vertical frame lines are set for the selected text. If the selected text contains no table, this property has no meaning.

Syntax

public bool InnerVerticalFrameLines { get; set; }
Public Property InnerVerticalFrameLines() Boolean

Examples

The following XAML example shows how to bind the InnerVerticalFrameLines property to a checkable menu item.