Class CellProperties
Represents the properties of a cell.
Inheritance
System.Object
CellProperties
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.Documents.Fixed.Model.Editing.Tables
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class CellProperties
Constructors
CellProperties()
Properties
Background
Gets or sets the background.
Declaration
public ColorBase Background { get; set; }
Property Value
ColorBase
The background. |
Borders
Gets the borders.
Declaration
public TableCellBorders Borders { get; set; }
Property Value
TableCellBorders
The borders. |
Padding
Gets or sets the padding.
Declaration
public Thickness Padding { get; set; }
Property Value
System.Windows.Thickness
The padding. |