Class TableLook
Represents the visual style and appearance settings for a table in the document model.
Inheritance
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class TableLook : Object
Constructors
TableLook()
Declaration
public TableLook()
TableLook(TableLook)
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
System.Boolean
|
ApplyFirstColumn
Applies the first column style to the table.
Declaration
[XamlSerializable(true)]
public bool ApplyFirstColumn { get; set; }
Property Value
System.Boolean
|
ApplyFirstRow
Applies the first row formatting to the table, enhancing its visual structure.
Declaration
[XamlSerializable(true)]
public bool ApplyFirstRow { get; set; }
Property Value
System.Boolean
|
ApplyLastColumn
Applies the last column look to the table in the document model.
Declaration
[XamlSerializable(false)]
public bool ApplyLastColumn { get; set; }
Property Value
System.Boolean
|
ApplyLastRow
Applies the last row formatting to the table.
Declaration
[XamlSerializable(false)]
public bool ApplyLastRow { get; set; }
Property Value
System.Boolean
|
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
System.Boolean
|
Methods
Equals(Object)
Determines whether the specified object is equal to the current TableLook instance.
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
The object to compare with the current TableLook instance. |
Returns
System.Boolean
True if the specified object is equal to the current TableLook instance; otherwise, false. |
GetHashCode()
Gets a hash code for the current instance of the TableLook class.
Declaration
public override int GetHashCode()
Returns
System.Int32
A 32-bit signed integer that is the hash code for the current TableLook instance. |
Events
TableLookChanged
Declaration
public event EventHandler TableLookChanged
Event Type
System.EventHandler
|