Add(ColumnDefinition)
|
Adds the specified column to a table layout.
|
Add(RowDefinition)
|
Adds the specified row to a table layout.
|
AddColumn()
|
Creates a new column with default settings and adds it to the table layout.
|
AddRow()
|
Creates a new row with default settings and adds it to the table layout.
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
GetColumn(Int32)
|
Returns a column by its index within the table layout.
|
GetHashCode()
|
Serves as the default hash function.
|
GetRow(Int32)
|
Returns a row by its index within the table layout.
|
GetType()
|
Gets the Type of the current instance.
|
Insert(Int32, ColumnDefinition, Boolean)
|
Inserts an element into the collection at the specified index.
|
Insert(Int32, RowDefinition, Boolean)
|
Inserts an element into the collection at the specified index.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
Remove(ColumnDefinition, Boolean)
|
Removes the specified column definition.
|
Remove(RowDefinition, Boolean)
|
Removes the specified row definition.
|
RemoveColumnAt(Int32, Boolean)
|
Removes the element at the specified index.
|
RemoveRowAt(Int32, Boolean)
|
Removes the element at the specified index.
|