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