public bool?GetHadStyle(BindableObject obj)
 {
     return(Css.GetHadStyle(obj));
 }