public double GetValueFromBag(IUxmlAttributes bag)
 {
     return(bag.GetPropertyDouble(name, defaultValue));
 }