protected override Property MakeCompound(PropertyList pList, FObj fo) { LengthPair p = new LengthPair(); Property subProp; subProp = GetSubpropMaker("block-progression-direction").Make(pList, getDefaultForBlockProgressionDirection(), fo); p.SetComponent("block-progression-direction", subProp, true); subProp = GetSubpropMaker("inline-progression-direction").Make(pList, getDefaultForInlineProgressionDirection(), fo); p.SetComponent("inline-progression-direction", subProp, true); return new LengthPairProperty(p); }
public LengthPairProperty(LengthPair lengthPair) { this.lengthPair = lengthPair; }