Gets or sets a value specifying whether there is a frame line at the left side of the text. If text is selected, the property specifies this attribute for the whole selected text.
public bool LeftFrameLine { get; set; }
Public Property LeftFrameLine() Boolean
The following XAML example shows how to bind the Left
<MenuItem
IsCheckable="True"
Header="Left Frame Line"
IsChecked="{Binding ElementName=textControl1, Path=InputFormat.LeftFrameLine}" />