SeparatorInfo
Class
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 IsLastColumn { get; set; }
C#
public double LeftCellRightPadding { get; set; }
C#
public double LeftMargin { get; set; }
C#
public double RightCellLeftPadding { get; set; }
C#
public SeparatorType Type { get; set; }