Class SeparatorInfo
Inheritance
System.Object
SeparatorInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.RichTextBoxUI
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class SeparatorInfo
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
|