Beispiel #1
0
 set => SetValue(ColumnCountProperty, value);
Beispiel #2
0
 get => (int)GetValue(ColumnCountProperty); set => SetValue(ColumnCountProperty, value);