set => SetValue(OutlineColorProperty, value);
Exemple #2
0
 get => (Color)GetValue(OutlineColorProperty); set => SetValue(OutlineColorProperty, value);