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

Definition

Namespace:Telerik.WinControls.RichTextEditor.UI

Assembly:Telerik.WinControls.RichTextEditor.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; }