set => SetValue(BorderColorProperty, Color.Black);
Exemplo n.º 2
0
 set => SetValue(BorderColorProperty, value);
Exemplo n.º 3
0
 get => (Color)GetValue(BorderColorProperty); set { SetValue(BorderColorProperty, value); }