Class SeparatorInfo
Inheritance
System.Object
SeparatorInfo
Namespace: Telerik.Windows.Controls.RichTextBoxUI
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class SeparatorInfo : Object
Constructors
SeparatorInfo()
Declaration
public SeparatorInfo()
Properties
IsFirstColumn
Declaration
public bool IsFirstColumn { get; set; }
Property Value
System.Boolean
|
IsFirstRow
Declaration
public bool IsFirstRow { get; set; }
Property Value
System.Boolean
|
IsFixed
Declaration
public bool IsFixed { get; set; }
Property Value
System.Boolean
|
IsLastColumn
Declaration
public bool IsLastColumn { get; set; }
Property Value
System.Boolean
|
LeftCellRightPadding
Declaration
public double LeftCellRightPadding { get; set; }
Property Value
System.Double
|
LeftMargin
Declaration
public double LeftMargin { get; set; }
Property Value
System.Double
|
Offset
Declaration
public double Offset { get; set; }
Property Value
System.Double
|
RightCellLeftPadding
Declaration
public double RightCellLeftPadding { get; set; }
Property Value
System.Double
|
TopMargin
Declaration
public double TopMargin { get; set; }
Property Value
System.Double
|