ClassTableLook
Represents the visual style and appearance settings for a table in the document model.
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class TableLook
Inheritance: objectTableLook
Constructors
TableLook()
Declaration
public TableLook()
TableLook(TableLook)
Declaration
public TableLook(TableLook originalTableLook)
Parameters
originalTableLook
Properties
ApplyColumnBanding
Applies column banding to the specified table look, enhancing its visual appearance by alternating the background colors of adjacent columns.
Declaration
[XamlSerializable(false)]
public bool ApplyColumnBanding { get; set; }
Property Value
ApplyFirstColumn
Applies the first column style to the table.
Declaration
[XamlSerializable(true)]
public bool ApplyFirstColumn { get; set; }
Property Value
ApplyFirstRow
Applies the first row formatting to the table, enhancing its visual structure.
Declaration
[XamlSerializable(true)]
public bool ApplyFirstRow { get; set; }
Property Value
ApplyLastColumn
Applies the last column look to the table in the document model.
Declaration
[XamlSerializable(false)]
public bool ApplyLastColumn { get; set; }
Property Value
ApplyLastRow
Applies the last row formatting to the table.
Declaration
[XamlSerializable(false)]
public bool ApplyLastRow { get; set; }
Property Value
ApplyRowBanding
Applies row banding to the table, enhancing its visual presentation by alternating row colors.
Declaration
[XamlSerializable(true)]
public bool ApplyRowBanding { get; set; }
Property Value
Methods
Equals(object)
Determines whether the specified object is equal to the current TableLook instance.
GetHashCode()
Gets a hash code for the current instance of the TableLook class.
Declaration
public override int GetHashCode()
Returns
A 32-bit signed integer that is the hash code for the current TableLook instance.
Overrides