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