Table of Contents

Class RowDefinitions

Namespace
Avalonia.Controls
Assembly
Avalonia.Controls.dll

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 string

A 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 string

The row definitions string.

Returns

RowDefinitions

The RowDefinitions.

ToString()

public override string ToString()

Returns

string