public class RowDefinitions : DefinitionList<RowDefinition>Public Class RowDefinitions
Inherits DefinitionList(Of RowDefinition)type RowDefinitions =
class
inherit DefinitionList<RowDefinition>
end| RowDefinitions | Initializes a new instance of the RowDefinitions class. |
| RowDefinitions(String) | Initializes a new instance of the RowDefinitions class. |
| Capacity | (Inherited from AvaloniaListRowDefinition) |
| Count | (Inherited from AvaloniaListRowDefinition) |
| Item | (Inherited from AvaloniaListRowDefinition) |
| ResetBehavior | (Inherited from AvaloniaListRowDefinition) |
| Validate | (Inherited from AvaloniaListRowDefinition) |
| Add(UTP) | (Inherited from AvaloniaListRowDefinition) |
| AddRange(IEnumerableUTP) | (Inherited from AvaloniaListRowDefinition) |
| Clear | (Inherited from AvaloniaListRowDefinition) |
| Contains(UTP) | (Inherited from AvaloniaListRowDefinition) |
| CopyTo(UTP, Int32) | (Inherited from AvaloniaListRowDefinition) |
| EnsureCapacity(Int32) | (Inherited from AvaloniaListRowDefinition) |
| Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetEnumerator | (Inherited from AvaloniaListRowDefinition) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetRange(Int32, Int32) | (Inherited from AvaloniaListRowDefinition) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| IndexOf(UTP) | (Inherited from AvaloniaListRowDefinition) |
| Insert(Int32, UTP) | (Inherited from AvaloniaListRowDefinition) |
| InsertRange(Int32, IEnumerableUTP) | (Inherited from AvaloniaListRowDefinition) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| Move(Int32, Int32) | (Inherited from AvaloniaListRowDefinition) |
| MoveRange(Int32, Int32, Int32) | (Inherited from AvaloniaListRowDefinition) |
| Parse(String) | Parses a string representation of row definitions collection. |
| Remove(UTP) | (Inherited from AvaloniaListRowDefinition) |
| RemoveAll(IEnumerableUTP) | (Inherited from AvaloniaListRowDefinition) |
| RemoveAt(Int32) | (Inherited from AvaloniaListRowDefinition) |
| RemoveRange(Int32, Int32) | (Inherited from AvaloniaListRowDefinition) |
| ToString | (Overrides ObjectToString) |
| CollectionChanged | (Inherited from AvaloniaListRowDefinition) |
| PropertyChanged | (Inherited from AvaloniaListRowDefinition) |