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