Class
TableGalleryItem

TableGalleryItem

Definition

Namespace:Telerik.Windows.Controls.RichTextBoxUI.RibbonControls.TableStylesGallery

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class TableGalleryItem : UserControl, IComponentConnector

Inheritance: objectTableGalleryItem

Implements: IComponentConnector

Constructors

TableGalleryItem()

Initializes a new instance of the TableGalleryItem class.

Declaration

cs-api-definition
public TableGalleryItem()

Fields

TableLookProperty

Identifies Telerik.Windows.Controls.RichTextBoxUI.RibbonControls.TableLook property.

Declaration

cs-api-definition
public static readonly DependencyProperty TableLookProperty

Field Value

DependencyProperty

TableStyleProperty

Identifies Telerik.Windows.Controls.RichTextBoxUI.RibbonControls.TableStyle property.

Declaration

cs-api-definition
public static readonly DependencyProperty TableStyleProperty

Field Value

DependencyProperty

Properties

TableGalleryItemViewModel

Gets or sets the table gallery item view model.

Declaration

cs-api-definition
public TableGalleryItemViewModel TableGalleryItemViewModel { get; }

Property Value

TableGalleryItemViewModel

The table gallery item view model.

TableLook

Gets or sets the table look.

Declaration

cs-api-definition
public TableLook TableLook { get; set; }

Property Value

TableLook

The table look.

TableStyle

Gets or sets the table style.

Declaration

cs-api-definition
public StyleDefinition TableStyle { get; set; }

Property Value

StyleDefinition

The table style.

Methods

InitializeComponent()

InitializeComponent

Declaration

cs-api-definition
public void InitializeComponent()

MeasureOverride(Size)

Declaration

cs-api-definition
protected override Size MeasureOverride(Size constraint)

Parameters

constraint

Size

Returns

Size