/// <summary>Transforms all the blocks that this property has allocated. Note that transformations are a post process. /// Special case for borders as it may also internally transform its corners.</summary> /// <param name="topTransform">The transform that should be applied to this property.</param> public void Transform(Transformation topTransform) { InverseBorder.Transform(topTransform); }