Class
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:

cs-api-definition
public class TableLook

Inheritance: objectTableLook

Constructors

TableLook()

Declaration

cs-api-definition
public TableLook()

TableLook(TableLook)

Declaration

cs-api-definition
public TableLook(TableLook originalTableLook)

Parameters

originalTableLook

TableLook

Properties

ApplyColumnBanding

Applies column banding to the specified table look, enhancing its visual appearance by alternating the background colors of adjacent columns.

Declaration

cs-api-definition
[XamlSerializable(false)]
public bool ApplyColumnBanding { get; set; }

Property Value

bool

ApplyFirstColumn

Applies the first column style to the table.

Declaration

cs-api-definition
[XamlSerializable(true)]
public bool ApplyFirstColumn { get; set; }

Property Value

bool

ApplyFirstRow

Applies the first row formatting to the table, enhancing its visual structure.

Declaration

cs-api-definition
[XamlSerializable(true)]
public bool ApplyFirstRow { get; set; }

Property Value

bool

ApplyLastColumn

Applies the last column look to the table in the document model.

Declaration

cs-api-definition
[XamlSerializable(false)]
public bool ApplyLastColumn { get; set; }

Property Value

bool

ApplyLastRow

Applies the last row formatting to the table.

Declaration

cs-api-definition
[XamlSerializable(false)]
public bool ApplyLastRow { get; set; }

Property Value

bool

ApplyRowBanding

Applies row banding to the table, enhancing its visual presentation by alternating row colors.

Declaration

cs-api-definition
[XamlSerializable(true)]
public bool ApplyRowBanding { get; set; }

Property Value

bool

Methods

Equals(object)

Determines whether the specified object is equal to the current TableLook instance.

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

The object to compare with the current TableLook instance.

Returns

bool

True if the specified object is equal to the current TableLook instance; otherwise, false.

Overrides object.Equals(object)

GetHashCode()

Gets a hash code for the current instance of the TableLook class.

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

A 32-bit signed integer that is the hash code for the current TableLook instance.

Overrides object.GetHashCode()

Events

TableLookChanged

Declaration

cs-api-definition
public event EventHandler TableLookChanged

Event Value

EventHandler