TableGalleryItem
Class
TableGalleryItem
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.RibbonControls.TableStylesGallery
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class TableGalleryItem : UserControl, IComponentConnector
Inheritance: objectTableGalleryItem
Implements:
Constructors
Initializes a new instance of the TableGalleryItem class.
C#
public TableGalleryItem()
Fields
TableLookProperty
DependencyProperty
Identifies Telerik.Windows.Controls.RichTextBoxUI.RibbonControls.TableLook property.
C#
public static readonly DependencyProperty TableLookProperty
TableStyleProperty
DependencyProperty
Identifies Telerik.Windows.Controls.RichTextBoxUI.RibbonControls.TableStyle property.
C#
public static readonly DependencyProperty TableStyleProperty
Properties
Gets or sets the table gallery item view model.
C#
public TableGalleryItemViewModel TableGalleryItemViewModel { get; }
The table gallery item view model.
Gets or sets the table look.
C#
public TableLook TableLook { get; set; }
The table look.
Gets or sets the table style.
C#
public StyleDefinition TableStyle { get; set; }
The table style.
Methods
InitializeComponent
C#
public void InitializeComponent()
C#
protected override Size MeasureOverride(Size constraint)
Size