Beispiel #1
0
 get => (int)GetValue(MaxLinesProperty); set => SetValue(MaxLinesProperty, value);
 set => SetValue(MaxLinesProperty, value);
Beispiel #3
0
 set => this.SetValue(MaxLinesProperty, value);