set => this.SetValue(TintColorProperty, value);
set => SetValue(TintColorProperty, value);
get => (Color)GetValue(TintColorProperty); set => SetValue(TintColorProperty, value);