RowDefinitions(String) Constructor
Initializes a new instance of the RowDefinitions class.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public RowDefinitions(
string s
)
Public Sub New (
s As String
)
new :
s : string -> RowDefinitions
Parameters
- String
- A string representation of the row definitions.
See Also
Reference
RowDefinitions Class
RowDefinitions Overload
Avalonia.Controls Namespace