[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.C1InsertTableGridPanel

C1InsertTableGridPanel Class

A helper panel for C1InsertTableTool.

Namespace: C1.WPF.RichTextBox
Assembly: C1.WPF.RichTextBox.Toolbar.4.6.2.dll
Syntax
public class C1InsertTableGridPanel : Panel, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild

Constructors

Name Description
C1InsertTableGridPanel()

Initializes a new instance of a C1InsertTableGridPanel.

Fields

Name Description
CellSizeProperty

Identifies the CellSize dependency property.

CellTemplateProperty

Identifies the CellTemplate dependency property.

ColumnsProperty

Identifies the Columns dependency property.

MinColumnsProperty

Identifies the MinColumns dependency property.

MinRowsProperty

Identifies the MinRows dependency property.

RowsProperty

Identifies the Rows dependency property.

SelectedCellTemplateProperty

Identifies the SelectedCellTemplate dependency property.

Properties

Name Description
CellSize

Gets or sets the size of cell in the grid.

CellTemplate

Gets or sets the template for each cell in the grid.

Columns

Gets or sets the initial number columns in the cell grid.

MinColumns

Gets or sets the minimum number of columns in the grid.

MinRows

Gets or sets the mininum number of rows in the grid.

Rows

Gets or sets the initial number rows in the cell grid.

SelectedCellTemplate

Gets or sets the template for each selected cell in the grid.

Methods

Name Description
ArrangeOverride(Size)
MeasureOverride(Size)