Class RowDefinitions
A collection of RowDefinitions.
public class RowDefinitions : DefinitionList<RowDefinition>, IAvaloniaList<RowDefinition>, IList<RowDefinition>, ICollection<RowDefinition>, IAvaloniaReadOnlyList<RowDefinition>, IReadOnlyList<RowDefinition>, IReadOnlyCollection<RowDefinition>, IEnumerable<RowDefinition>, INotifyCollectionChanged, INotifyPropertyChanged, IList, ICollection, IEnumerable
- Inheritance
-
RowDefinitions
- Implements
- Inherited Members
Constructors
RowDefinitions()
Initializes a new instance of the RowDefinitions class.
public RowDefinitions()
RowDefinitions(string)
Initializes a new instance of the RowDefinitions class.
public RowDefinitions(string s)
Parameters
s
stringA string representation of the row definitions.
Methods
Parse(string)
Parses a string representation of row definitions collection.
public static RowDefinitions Parse(string s)
Parameters
s
stringThe row definitions string.
Returns
ToString()
public override string ToString()