public StyleDeclarationBlock GetStyle(BindableObject obj)
 {
     return(Css.GetStyle(obj));
 }