/// <summary> /// Sets the anchor. /// </summary> /// <param name="shapeModel">The shape model.</param> /// <param name="column">The column.</param> /// <param name="row">The row.</param> public static void SetAnchor(this ShapeModel shapeModel, int column, int row) { shapeModel.GetBlock(column, row).Anchor = true; }