Class TableCellStyleHistoryInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.RichTextBoxAdv.WPF.dll
Syntax
public class TableCellStyleHistoryInfo : HistoryInfo
Constructors
TableCellStyleHistoryInfo()
Declaration
public TableCellStyleHistoryInfo()
Properties
BorderColor
Declaration
public Color BorderColor { get; set; }
Property Value
Type |
---|
System.Windows.Media.Color |
BorderThickness
Declaration
public double BorderThickness { get; set; }
Property Value
Type |
---|
System.Double |
SelectedCells
Declaration
public List<TableCellAdv> SelectedCells { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<TableCellAdv> |
Table
Declaration
public TableAdv Table { get; set; }
Property Value
Type |
---|
TableAdv |
TableCellBackground
Declaration
public Color TableCellBackground { get; set; }
Property Value
Type |
---|
System.Windows.Media.Color |