TableLook
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
public TableLook()
Properties
Applies column banding to the specified table look, enhancing its visual appearance by alternating the background colors of adjacent columns.
[XamlSerializable(false)]
public bool ApplyColumnBanding { get; set; }
Applies the first column style to the table.
[XamlSerializable(true)]
public bool ApplyFirstColumn { get; set; }
Applies the first row formatting to the table, enhancing its visual structure.
[XamlSerializable(true)]
public bool ApplyFirstRow { get; set; }
Applies the last column look to the table in the document model.
[XamlSerializable(false)]
public bool ApplyLastColumn { get; set; }
Applies the last row formatting to the table.
[XamlSerializable(false)]
public bool ApplyLastRow { get; set; }
Applies row banding to the table, enhancing its visual presentation by alternating row colors.
[XamlSerializable(true)]
public bool ApplyRowBanding { get; set; }
Methods
Determines whether the specified object is equal to the current TableLook instance.
Gets a hash code for the current instance of the TableLook class.
public override int GetHashCode()
A 32-bit signed integer that is the hash code for the current TableLook instance.
Overrides:
Events
public event EventHandler TableLookChanged