Exemplo n.º 1
0
 public override Property GetSubpropValue(Property baseProp, string subpropName)
 {
     LengthPair val = baseProp.GetLengthPair();
     return val.GetComponent(subpropName);
 }
Exemplo n.º 2
0
 protected override Property SetSubprop(Property baseProp, string subpropName, Property subProp)
 {
     LengthPair val = baseProp.GetLengthPair();
     val.SetComponent(subpropName, subProp, false);
     return baseProp;
 }