Update CustomGrid.cs
This commit is contained in:
Родитель
9e7905d3d1
Коммит
aa96bc8b7b
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче