New to Telerik UI for WPFStart a free 30-day trial

Definition

Namespace:Telerik.Windows.Controls.RichTextBoxUI

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class HorizontalSeparatorsInfo

Inheritance: objectHorizontalSeparatorsInfo

Constructors

C#
public HorizontalSeparatorsInfo()

Properties

C#
public double ColumnLeftOffset { get; set; }
C#
public double ColumnRightOffset { get; set; }
C#
public double FirstLineIndent { get; set; }
C#
public double HangingIndent { get; set; }
C#
public SeparatorInfo LeftSeparator { get; set; }
C#
public double RightIndent { get; set; }
C#
public SeparatorInfo RightSeparator { get; set; }

TextFlowDirection

FlowDirection

C#
public FlowDirection TextFlowDirection { get; set; }