public int GetValueFromBag(IUxmlAttributes bag)
 {
     return(bag.GetPropertyInt(name, defaultValue));
 }