This commit is contained in:
Wiesław Šoltés 2021-05-18 13:03:36 +02:00
Родитель 9e7905d3d1
Коммит aa96bc8b7b
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -6,10 +6,10 @@ namespace GridDemo.Controls
{
public class CustomGrid : Grid
{
public static readonly StyledProperty<string?> ColumnDefinitionsSourceProperty =
public static readonly StyledProperty<string?> ColumnDefinitionsSourceProperty =
AvaloniaProperty.Register<CustomGrid, string?>(nameof(ColumnDefinitionsSource));
public static readonly StyledProperty<string?> RowDefinitionsSourceProperty =
public static readonly StyledProperty<string?> RowDefinitionsSourceProperty =
AvaloniaProperty.Register<CustomGrid, string?>(nameof(RowDefinitionsSource));
public string? ColumnDefinitionsSource