set => SetValue(BorderColorProperty, Color.Black);
示例#2
0
 set => SetValue(BorderColorProperty, value);
 get => (Color)GetValue(BorderColorProperty); set { SetValue(BorderColorProperty, value); }