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 SeparatorInfo

Inheritance: objectSeparatorInfo

Constructors

C#
public SeparatorInfo()

Properties

C#
public bool IsFirstColumn { get; set; }
C#
public bool IsFirstRow { get; set; }
C#
public bool IsFixed { get; set; }
C#
public bool IsLastColumn { get; set; }
C#
public double LeftCellRightPadding { get; set; }
C#
public double LeftMargin { get; set; }
C#
public double Offset { get; set; }
C#
public double RightCellLeftPadding { get; set; }
C#
public double TopMargin { get; set; }
C#
public SeparatorType Type { get; set; }