Gets or sets a value specifying whether there is a frame line at the right side of the text. If text is selected, the property specifies this attribute for the whole selected text.

Syntax

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

Examples

Enter an introductory text for your TXTextControl.InputFormat.RightFrameLine Property example here, or leave blank, if there is nothing to say.

<MenuItem
    IsCheckable="True"
    Header="Right Frame Line"
    IsChecked="{Binding ElementName=textControl1, Path=InputFormat.RightFrameLine}" />